aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko8-20/+20
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-3/+3
2017-09-07Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/git/drm-intelLinus Torvalds16-85/+130
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson5-11/+24
2017-09-06Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixesRodrigo Vivi1-1/+0
2017-09-06drm/i915: Re-enable GTT following a device resetChris Wilson1-3/+9
2017-09-06drm/i915: Annotate user relocs with __userVille Syrjälä1-1/+1
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson1-1/+1
2017-09-05drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä1-1/+1
2017-09-05drm/i915: Fix the missing PPAT cache attributes on CNLZhi Wang1-4/+4
2017-09-05drm/i915/gvt: Remove one duplicated MMIOJian Jun Chen1-1/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar123-33213/+5953
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds120-33201/+5917
2017-09-01drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoderVille Syrjälä2-12/+12
2017-09-01drm/i915: Make i2c lock ops staticVille Syrjälä2-2/+2
2017-09-01drm/i915: Make i9xx_load_ycbcr_conversion_matrix() staticVille Syrjälä1-1/+1
2017-09-01drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeoutsManasi Navare1-1/+1
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson3-1/+14
2017-08-30drm/i915: Skip fence alignemnt check for the CCS planeVille Syrjälä1-1/+1
2017-08-30drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetVille Syrjälä1-44/+64
2017-08-30drm/i915: Always wake the device to flush the GTTChris Wilson1-6/+5
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedChris Wilson4-3/+13
2017-08-30drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerChris Wilson1-3/+1
2017-08-29i915: Use drm_syncobj_fence_getJason Ekstrand1-3/+1
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar6-10/+21
2017-08-23Merge tag 'gvt-fixes-2017-08-23' of https://github.com/01org/gvt-linux into drm-intel-fixesJani Nikula1-1/+1
2017-08-23drm/i915/gvt: Fix the kernel null pointer errorfred gao1-1/+1
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie115-32707/+4617
2017-08-21drm/i915: Clear lost context-switch interrupts across resetChris Wilson1-1/+22
2017-08-21drm/i915/bxt: use NULL for GPIO connection IDAndy Shevchenko1-1/+1
2017-08-18drm/i915: Update DRIVER_DATE to 20170818Daniel Vetter1-2/+2
2017-08-18drm/i915/bxt: use NULL for GPIO connection IDAndy Shevchenko1-1/+1
2017-08-18drm/i915: Mark the GT as busy before idling the previous requestChris Wilson1-43/+45
2017-08-18drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson1-1/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson10-208/+114
2017-08-18drm/i915: Simplify eb_lookup_vmas()Chris Wilson1-86/+36
2017-08-18drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson3-151/+156
2017-08-18drm/i915: Check context status before looking up our obj/vmaChris Wilson1-7/+6
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson7-15/+40
2017-08-18drm/i915: Stop touching forcewake following a gen6+ engine resetChris Wilson1-6/+1
2017-08-17drm/i915: Split pin mapping into per platform functionsAnusha Srivatsa1-22/+91
2017-08-17drm/i915/opregion: let user specify override VBT via firmware loadJani Nikula4-0/+51
2017-08-16drm/i915/cnl: Fix LSPCON support.Rodrigo Vivi1-2/+2
2017-08-16drm/i915/vbt: ignore extraneous child devices for a portJani Nikula1-6/+9
2017-08-16drm/i915: Initialize 'data' in intel_dsi_dcs_backlight.cBalasubramaniam, Hari Chand1-1/+1
2017-08-16drm/i915/cnl: Reuse skl_wm_get_hw_state on Cannonlake.Rodrigo Vivi1-1/+1
2017-08-16drm/i915/gen10: implement gen 10 watermarks calculationsPaulo Zanoni1-4/+13
2017-08-16drm/i915/cnl: Fix LSPCON support.Rodrigo Vivi1-2/+2
2017-08-16drm/i915/vbt: ignore extraneous child devices for a portJani Nikula1-6/+9
2017-08-15drm/i915/cnl: Setup PAT Index.Rodrigo Vivi2-2/+25