summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: Adding ACTHD mmio read handlerXiong Zhang2017-10-261-2/+3
* drm/i915/gvt: Extract mmio_read_from_hw() common functionXiong Zhang2017-10-261-16/+5Star
* drm/i915/gvt: Refine MMIO_RING_F()Zhi Wang2017-10-262-45/+2Star
* drm/i915/gvt: properly check per_ctx bb valid stateZhenyu Wang2017-10-263-2/+5
* drm/i915/perf: fix perf enable/disable ioctls with 32bits userspaceLionel Landwerlin2017-10-251-0/+4
* drm/i915: Use a mask when applying WaProgramL3SqcReg1DefaultOscar Mateo2017-10-183-6/+13
* drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson2017-10-181-0/+3
* drm/i915/cnl: Fix PLL initialization for HDMI.Rodrigo Vivi2017-10-171-1/+1
* drm/i915/cnl: Fix PLL mapping.Rodrigo Vivi2017-10-171-2/+1Star
* drm/i915: Use bdw_ddi_translations_fdi for BroadwellChris Wilson2017-10-171-2/+2
* drm/i915: Fix eviction when the GGTT is idle but fullChris Wilson2017-10-171-24/+39
* drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OSChangbin Du2017-10-161-12/+10Star
* drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channelJani Nikula2017-10-111-1/+1
* drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()Ville Syrjälä2017-10-091-5/+9
* drm/i915: Order two completing nop_submit_requestChris Wilson2017-10-091-1/+6
* drm/i915: Silence compiler warning for hsw_power_well_enable()Chris Wilson2017-10-091-1/+1
* drm/i915: Use crtc_state_is_legacy_gamma in intel_color_checkMaarten Lankhorst2017-10-091-9/+7Star
* drm/i915/edp: Increase the T12 delay quirk to 1300msManasi Navare2017-10-091-1/+1
* drm/i915/edp: Get the Panel Power Off timestamp after panel is offManasi Navare2017-10-091-1/+1
* drm/i915/glk: Fix DMC/DC state idleness calculationImre Deak2017-10-051-1/+1
* drm/i915/cnl: Reprogram DMC firmware after S3/S4 resumeImre Deak2017-10-051-0/+3
* drm/i915: Fix DDI PHY init if it was already onImre Deak2017-10-032-21/+2Star
* drm/i915/bios: ignore HDMI on port AJani Nikula2017-09-261-0/+7
* drm/i915: remove redundant variable hw_checkColin Ian King2017-09-261-2/+0Star
* drm/i915: always update ELD connector type after get modesJani Nikula2017-09-262-5/+17
* drm/i915: Remove unused 'in_vbl' from i915_get_crtc_scanoutpos()Chris Wilson2017-09-191-3/+0Star
* drm/i915/cnp: set min brightness from VBTLee, Shawn C2017-09-191-0/+2
* Revert "drm/i915/bxt: Disable device ready before shutdown command"Uma Shankar2017-09-191-11/+0Star
* drm/i915/bxt: set min brightness from VBTLee, Shawn C2017-09-191-0/+2
* drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-191-1/+1
* drm/i915/gvt: Fix incorrect PCI BARs reportingChangbin Du2017-09-191-65/+48Star
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-148-20/+20
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-091-3/+3
* Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Linus Torvalds2017-09-0716-85/+130
|\
| * Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into d...Rodrigo Vivi2017-09-061-1/+0Star
| |\
| | * drm/i915/gvt: Remove one duplicated MMIOJian Jun Chen2017-09-051-1/+0Star
| * | drm/i915: Re-enable GTT following a device resetChris Wilson2017-09-061-3/+9
| * | drm/i915: Annotate user relocs with __userVille Syrjälä2017-09-061-1/+1
| * | drm/i915: Silence sparse by using gfp_tChris Wilson2017-09-051-1/+1
| * | drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä2017-09-051-1/+1
| * | drm/i915: Fix the missing PPAT cache attributes on CNLZhi Wang2017-09-051-4/+4
| * | drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoderVille Syrjälä2017-09-012-12/+12
| * | drm/i915: Make i2c lock ops staticVille Syrjälä2017-09-012-2/+2
| * | drm/i915: Make i9xx_load_ycbcr_conversion_matrix() staticVille Syrjälä2017-09-011-1/+1
| * | drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeoutsManasi Navare2017-09-011-1/+1
| * | drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-303-1/+14
| * | drm/i915: Skip fence alignemnt check for the CCS planeVille Syrjälä2017-08-301-1/+1
| * | drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetVille Syrjälä2017-08-301-44/+64
| * | drm/i915: Always wake the device to flush the GTTChris Wilson2017-08-301-6/+5Star
| * | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-304-3/+13