aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15drm/i915: Add support for drm syncobjsJason Ekstrand1-1/+2
2017-08-10Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-1/+0
2017-08-08drm/i915: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-03drm/i915: Fix PCH names for KBP and CNP.Rodrigo Vivi1-3/+3
2017-08-03drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interfaceLionel Landwerlin1-0/+2
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson1-22/+26
2017-07-27drm/i915: Emit a user level message when resetting the GPU (or engine)Chris Wilson1-3/+5
2017-07-27drm/i915: Serialize per-engine resets against new requestsChris Wilson1-9/+7
2017-07-27drm/i915: Reset context image on engines after triggering the resetChris Wilson1-3/+2
2017-07-27Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-6/+1
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-30/+109
2017-07-20drm/i915: Remove intel_flip_work infrastructureDaniel Vetter1-1/+0
2017-07-19drm/i915: unregister interfaces first in unloadDaniel Vetter1-2/+2
2017-07-19drm/i915: Fix fbdev unload sequenceDaniel Vetter1-2/+1
2017-07-19drm/i915: Drain the device workqueue on unloadChris Wilson1-4/+2
2017-07-06drm/i915: Setting pch_id for HSW/BDW in virtual environmentXiong Zhang1-0/+4
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-20/+66
2017-06-27drm/i915: Disable MSI for all pre-gen5Ville Syrjälä1-3/+5
2017-06-26drm/i915: Drop drm_vblank_cleanupDaniel Vetter1-5/+1
2017-06-23drm/i915: Break modeset deadlocks on resetChris Wilson1-0/+1
2017-06-22drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detectionVille Syrjälä1-15/+20
2017-06-22drm/i915: Clean up some expressionsVille Syrjälä1-7/+7
2017-06-22drm/i915: s/Couar/Cougar/Ville Syrjälä1-1/+1
2017-06-20drm/i915: Add engine reset count to error stateMichel Thierry1-0/+3
2017-06-20drm/i915: Add support for per engine reset recoveryMichel Thierry1-2/+48
2017-06-20drm/i915: Modify error handler for per engine hang recoveryMichel Thierry1-0/+15
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-0/+2
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-4/+5
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-06-16drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan1-2/+11
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson1-0/+1
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson1-0/+1
2017-06-14drm/i915: expose _SUBSLICE_MASK GETPARMRobert Bragg1-0/+5
2017-06-14drm/i915: expose _SLICE_MASK GETPARMRobert Bragg1-0/+5
2017-06-08drm/i915/cfl: Coffee Lake uses CNP PCH.Rodrigo Vivi1-3/+6
2017-06-07drm/i915/cnl: Cannonlake uses CNP PCH.Rodrigo Vivi1-0/+4
2017-06-06drm/i915: Remove dead code from runtime resume handlerVille Syrjälä1-3/+0
2017-06-02drm/i915/cnp: Add PCI ID for Cannonpoint LP PCHDhinakaran Pandiyan1-1/+7
2017-06-02drm/i915/cnp: Introduce Cannonpoint PCH.Rodrigo Vivi1-0/+3
2017-05-31drm/i915: Prevent the system suspend complete optimizationImre Deak1-0/+9
2017-05-30drm/i915/gvt: Add gvt options sanitize functionChuanxiao Dong1-0/+2
2017-05-22Revert "drm/i915: Restore lost "Initialized i915" welcome message"Daniel Vetter1-4/+0
2017-05-02drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen1-2/+4
2017-04-29Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-22/+24
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-6/+9
2017-04-26drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmioChris Wilson1-22/+24
2017-04-21drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmioChris Wilson1-22/+24
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie1-2/+0
2017-04-15drm/i915: Copy user requested buffers into the error stateChris Wilson1-0/+1
2017-04-12Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-19/+1