summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+1
* drm/i915/cnl: Fix PLL mapping.Rodrigo Vivi2017-10-161-2/+1
* drm/i915: Use bdw_ddi_translations_fdi for BroadwellChris Wilson2017-10-161-2/+2
* drm/i915: Fix eviction when the GGTT is idle but fullChris Wilson2017-10-161-24/+39
* drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OSChangbin Du2017-10-171-12/+10
* 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/+7
* 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-041-1/+1
* drm/i915/cnl: Reprogram DMC firmware after S3/S4 resumeImre Deak2017-10-041-0/+3
* drm/i915: Fix DDI PHY init if it was already onImre Deak2017-10-032-21/+2
* 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/+0
* 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-181-3/+0
* drm/i915/cnp: set min brightness from VBTLee, Shawn C2017-09-181-0/+2
* Revert "drm/i915/bxt: Disable device ready before shutdown command"Uma Shankar2017-09-181-11/+0
* drm/i915/bxt: set min brightness from VBTLee, Shawn C2017-09-181-0/+2
* drm/i915: Fix an error handling in 'intel_framebuffer_init()'Christophe JAILLET2017-09-181-1/+1
* drm/i915/gvt: Fix incorrect PCI BARs reportingChangbin Du2017-09-181-65/+48
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-138-20/+20
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-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/+0
| |\
| | * drm/i915/gvt: Remove one duplicated MMIOJian Jun Chen2017-09-051-1/+0
| * | 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/+5
| * | drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-304-3/+13
| * | drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerChris Wilson2017-08-301-3/+1
* | | drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-065-11/+24
* | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-04123-33213/+5953
|\ \ \
| * | | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-03120-33201/+5917
| |\| |
| | * | i915: Use drm_syncobj_fence_getJason Ekstrand2017-08-291-3/+1