aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18drm/i915: Update DRIVER_DATE to 20170818Daniel Vetter1-2/+2
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-0/+1
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson1-0/+7
2017-08-17drm/i915/opregion: let user specify override VBT via firmware loadJani Nikula1-0/+1
2017-08-15drm/i915: Handle full s64 precision for wait-ioctlChris Wilson1-0/+5
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson1-6/+0
2017-08-15Merge tag 'gvt-next-2017-08-15' of https://github.com/01org/gvt-linux into drm-intel-next-queuedDaniel Vetter1-0/+1
2017-08-15drm/i915: Enable guest i915 full ppgtt functionalityTina Zhang1-0/+1
2017-08-14drm/i915: More surgically unbreak the modeset vs reset deadlockDaniel Vetter1-0/+3
2017-08-11drm/i915: Introduce intel_hpd_pin function.Rodrigo Vivi1-0/+1
2017-08-11drm/i915: Simplify hpd pin to portRodrigo Vivi1-1/+1
2017-08-03drm/i915: Fix PCH names for KBP and CNP.Rodrigo Vivi1-2/+2
2017-08-03drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interfaceLionel Landwerlin1-0/+47
2017-08-03drm/i915/perf: prune OA configsLionel Landwerlin1-20/+24
2017-07-31drm/i915: Update DRIVER_DATE to 20170731Daniel Vetter1-2/+2
2017-07-27drm/i915/fbc: add comments to the FBC auxiliary structsPaulo Zanoni1-0/+12
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson1-2/+6
2017-07-27drm/i915/hsw+: Add has_fuses power well attributeImre Deak1-0/+1
2017-07-27drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributesImre Deak1-0/+6
2017-07-27drm/i915/bxt, glk: Give a proper name to the power well struct phy fieldImre Deak1-1/+5
2017-07-27drm/i915: Unify power well ID enumsImre Deak1-1/+1
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson1-1/+1
2017-07-27Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-2/+0
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-82/+102
2017-07-20drm/i915: Remove intel_flip_work infrastructureDaniel Vetter1-4/+0
2017-07-20drm/i915: Nuke legacy flip queueing codeDaniel Vetter1-5/+0
2017-07-19drm/i915: Drain the device workqueue on unloadChris Wilson1-0/+20
2017-07-17drm/i915: Update DRIVER_DATE to 20170717Daniel Vetter1-2/+2
2017-07-13drm/i915: Addition wrapper for fixed16.16 operationKumar, Mahesh1-0/+19
2017-07-13drm/i915: cleanup fixed-point wrappers namingKumar, Mahesh1-7/+7
2017-07-13drm/i915: Always perform internal fixed16 division in 64 bitsKumar, Mahesh1-9/+0
2017-07-13drm/i915: take-out common clamping code of fixed16 wrappersKumar, Mahesh1-16/+12
2017-07-10Merge tag 'drm-for-v4.13' into drm-intel-next-queuedDaniel Vetter1-1/+2
2017-07-06drm/i915: Drop FBDEV #ifdev in mst codeDaniel Vetter1-2/+0
2017-07-04drm/i915/edp: Add a T12 panel delay quirk to fix DP AUX CH timeoutsManasi Navare1-0/+1
2017-07-03drm/i915: Update DRIVER_DATE to 20170703Daniel Vetter1-2/+2
2017-06-28drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson1-7/+3
2017-06-22drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detectionVille Syrjälä1-5/+8
2017-06-22drm/i915: Document that PPT==CPT and WPT==LPTVille Syrjälä1-2/+2
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-30/+76
2017-06-20drm/i915: Add engine reset count to error stateMichel Thierry1-0/+10
2017-06-20drm/i915: Add support for per engine reset recoveryMichel Thierry1-0/+5
2017-06-20drm/i915: Modify error handler for per engine hang recoveryMichel Thierry1-0/+10
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson1-5/+11
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-21/+2
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-9/+11
2017-06-19drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter1-2/+2
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson1-1/+9
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson1-1/+1
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-1/+1