summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/i915/selftests: Replace wait-on-timeout with explicit timeoutChris Wilson2018-07-091-46/+9Star
* | drm/i915: Provide a timeout to i915_gem_wait_for_idle() on setupChris Wilson2018-07-091-4/+4
* | drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-0911-33/+59
* | drm/i915/selftests: Magic numbers for old Y-tilingChris Wilson2018-07-091-2/+9
* | drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-075-2/+7
* | drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson2018-07-071-1/+2
* | drm/i915/selftests: Provide full mb() around clflushChris Wilson2018-07-061-3/+18
* | drm/i915: Track the last-active inside the i915_vmaChris Wilson2018-07-062-2/+57
* | drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-066-80/+100
* | drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson2018-07-064-64/+65
* | drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-0612-29/+78
* | drm/i915: Export i915_request_skip()Chris Wilson2018-07-063-22/+26
* | drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson2018-07-066-45/+21Star
* | drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson2018-07-061-1/+1
* | drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson2018-07-064-7/+7
* | drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson2018-07-061-7/+13
* | drm/i915/gtt: Control cache domain of dma_map_page() directlyChris Wilson2018-07-061-0/+2
* | drm/i915/gtt: Suppress warnings for dma_map_pageChris Wilson2018-07-061-4/+8
* | drm/i915: Flush the WCB following a WC writeChris Wilson2018-07-061-0/+4
* | drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip live context execution test without logical contextsChris Wilson2018-07-061-1/+8
* | drm/i915: Record logical context support in driver capsChris Wilson2018-07-065-3/+9
* | drm/i915/ddi: Simplify get_encoder_power_domains()Imre Deak2018-07-062-18/+12Star
* | drm/i915: Remove support for legacy debugfs crc interfaceMaarten Lankhorst2018-07-065-520/+24Star
* | drm/i915/selftests: Skip over live context testing when wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip live eviction tests when wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip workaround tests when wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip all request selftests when wedgedChris Wilson2018-07-061-0/+4
* | drm/i915/selftests: Skip making an object busy if the GPU is wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Skip using the GPU if wedgedChris Wilson2018-07-061-1/+9
* | drm/i915/selftests: Destroy partial tiling vma after useChris Wilson2018-07-061-0/+2
* | drm/i915: Squelch very verbose error loggingChris Wilson2018-07-062-1/+13
* | drm/i915/icl: Define AUX lane registers for Port A/BMadhav Chauhan2018-07-061-0/+23
* | drm/i915/icl: Power down unused DSI lanesMadhav Chauhan2018-07-061-0/+40
* | drm/i915/icl: Define PORT_CL_DW_10 registerMadhav Chauhan2018-07-061-0/+20
* | drm/i915/icl: Enable DSI IO powerMadhav Chauhan2018-07-061-0/+23
* | drm/i915/icl: Define DSI mode ctl registerMadhav Chauhan2018-07-061-0/+8
* | drm/i915/icl: Program DSI Escape clock DividerMadhav Chauhan2018-07-063-0/+66
* | drm/i915/dsi: update some of the platform based checksJani Nikula2018-07-061-30/+26Star
* | drm/i915/dsi: use vlv and bxt prefixes for the global DSI functionsJani Nikula2018-07-066-119/+80Star
* | drm/i915/dsi: rename the current DSI files based on first platformJani Nikula2018-07-065-6/+6
* | drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson2018-07-061-0/+3
* | drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson2018-07-051-2/+10
* | drm/i915: Remove pointless if-else from sdvo codeVille Syrjälä2018-07-051-4/+1Star
* | drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2018-07-052-5/+2Star
* | drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-0510-0/+22
* | drm/i915/icl: Define register for DSI PLLMadhav Chauhan2018-07-051-0/+15
* | drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson2018-07-051-5/+1Star
* | drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson2018-07-051-2/+1Star