summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-10drm/i915: Unwind HW init after GVT setup failureChris Wilson2-3/+10
2018-07-10drm/i915: Cleanup modesetting on load-error pathChris Wilson1-1/+3
2018-07-10drm/i915: Flush the residual parking on emergency shutdownChris Wilson2-0/+4
2018-07-10drm/i915: Tidy i915_gem_suspend()Chris Wilson1-24/+26
2018-07-10drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson2-3/+0
2018-07-10drm/i915/selftests: Filter out both physical address swizzlesChris Wilson1-1/+2
2018-07-10drm/i915/selftests: Constrain mock_gtt tests to fit within RAMChris Wilson1-1/+2
2018-07-10drm/i915: Remove function details from device error messagesChris Wilson1-4/+7
2018-07-09drm/i915: Update DRIVER_DATE to 20180709Rodrigo Vivi1-2/+2
2018-07-09drm/i915/selftests: Prevent background reaping of active objectsChris Wilson1-1/+18
2018-07-09drm/i915/selftests: Replace wait-on-timeout with explicit timeoutChris Wilson1-46/+9
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle() on setupChris Wilson1-4/+4
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson11-33/+59
2018-07-09drm/i915/selftests: Magic numbers for old Y-tilingChris Wilson1-2/+9
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson5-2/+7
2018-07-06drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson1-1/+2
2018-07-06drm/i915/selftests: Provide full mb() around clflushChris Wilson1-3/+18
2018-07-06drm/i915: Track the last-active inside the i915_vmaChris Wilson2-2/+57
2018-07-06drm/i915: Track vma activity per fence.context, not per engineChris Wilson6-80/+100
2018-07-06drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson4-64/+65
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson12-29/+78
2018-07-06drm/i915: Export i915_request_skip()Chris Wilson3-22/+26
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson6-45/+21
2018-07-06drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson1-1/+1
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson4-7/+7
2018-07-06drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson1-7/+13
2018-07-06drm/i915/gtt: Control cache domain of dma_map_page() directlyChris Wilson1-0/+2
2018-07-06drm/i915/gtt: Suppress warnings for dma_map_pageChris Wilson1-4/+8
2018-07-06drm/i915: Flush the WCB following a WC writeChris Wilson1-0/+4
2018-07-06drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip live context execution test without logical contextsChris Wilson1-1/+8
2018-07-06drm/i915: Record logical context support in driver capsChris Wilson5-3/+9
2018-07-06drm/i915/ddi: Simplify get_encoder_power_domains()Imre Deak2-18/+12
2018-07-06drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst5-520/+24
2018-07-06drm/i915/selftests: Skip over live context testing when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip live eviction tests when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip workaround tests when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip all request selftests when wedgedChris Wilson1-0/+4
2018-07-06drm/i915/selftests: Skip making an object busy if the GPU is wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip using the GPU if wedgedChris Wilson1-1/+9
2018-07-06drm/i915/selftests: Destroy partial tiling vma after useChris Wilson1-0/+2
2018-07-06drm/i915: Squelch very verbose error loggingChris Wilson2-1/+13
2018-07-06drm/i915/icl: Define AUX lane registers for Port A/BMadhav Chauhan1-0/+23
2018-07-06drm/i915/icl: Power down unused DSI lanesMadhav Chauhan1-0/+40
2018-07-06drm/i915/icl: Define PORT_CL_DW_10 registerMadhav Chauhan1-0/+20
2018-07-06drm/i915/icl: Enable DSI IO powerMadhav Chauhan1-0/+23
2018-07-06drm/i915/icl: Define DSI mode ctl registerMadhav Chauhan1-0/+8
2018-07-06drm/i915/icl: Program DSI Escape clock DividerMadhav Chauhan3-0/+66
2018-07-06drm/i915/dsi: update some of the platform based checksJani Nikula1-30/+26