summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | drm/i915: Dump both the uapi and hw states for crtcs and planesVille Syrjälä2019-12-021-41/+71
| | | * | | | | | | | drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in i915_display_infoVille Syrjälä2019-12-021-7/+7
| | | * | | | | | | | drm/i915: Use drm_modeset_lock_all() in debugfs display infoVille Syrjälä2019-12-021-6/+5
| | | * | | | | | | | drm/i915: Dump the mode for the crtc just the onceVille Syrjälä2019-12-021-18/+9
| | | * | | | | | | | drm/i915: Refactor debugfs display info codeVille Syrjälä2019-12-021-24/+28
| | | * | | | | | | | drm/i915: Reorganize plane/fb dump in debugfsVille Syrjälä2019-12-021-39/+13
| | | * | | | | | | | drm/i915: Switch to intel_ types in debugfs display_infoVille Syrjälä2019-12-021-60/+59
| | | * | | | | | | | drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h} printingVille Syrjälä2019-12-021-11/+7
| | | * | | | | | | | drm/i915: Switch intel_crtc_disable_noatomic() to intel_ typesVille Syrjälä2019-12-021-34/+34
| | | * | | | | | | | drm/i915: Program SHPD_FILTER_CNT on CNP+Matt Roper2019-12-022-0/+9
| | | * | | | | | | | drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper2019-12-021-7/+5
| | | * | | | | | | | drm/i915: Handle SDEISR according to PCH rather than platformMatt Roper2019-12-021-4/+4
| | | * | | | | | | | drm/i915: Use the correct PCH transcoder for LPT/WPT in intel_sanitize_frame_...Ville Syrjälä2019-12-021-1/+2
| | | * | | | | | | | drm/i915: Refactor gen6_flush_pd()Chris Wilson2019-12-011-18/+20
| | | * | | | | | | | drm/i915: Serialise access to GFX_FLSH_CNTLChris Wilson2019-11-301-5/+15
| | | * | | | | | | | drm/i915/gt: Push the flush_pd before the set-contextChris Wilson2019-11-301-15/+13
| | | * | | | | | | | drm/i915/gen7: Re-enable full-ppgtt for ivb & hswChris Wilson2019-11-304-20/+25
| | | * | | | | | | | drm/i915/selftests: Keep engine awake during live_coherencyChris Wilson2019-11-301-0/+2
| | | * | | | | | | | drm/i915/execlists: Ensure the tasklet is decoupled upon shutdownChris Wilson2019-11-291-0/+10
| | | * | | | | | | | drm/i915/gem: Take timeline->mutex to walk list-of-requestsChris Wilson2019-11-291-2/+2
| | | * | | | | | | | drm/i915: Don't set undefined bits in dirty_pipesVille Syrjälä2019-11-291-2/+2
| | | * | | | | | | | Revert "drm/i915: use a separate context for gpu relocs"Chris Wilson2019-11-291-29/+1
| | | * | | | | | | | drm/i915/selftests: Wait only on the expected barrierChris Wilson2019-11-291-1/+23
| | | * | | | | | | | drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson2019-11-291-0/+4
| | | * | | | | | | | drm/i915/selftests: Use sgt_iter for huge_pages_freeChris Wilson2019-11-291-4/+7
| | | * | | | | | | | drm/i915/tgl: Implement Wa_1604555607Michel Thierry2019-11-292-4/+29
| | | * | | | | | | | drm/i915/selftests: Drop local vm reference!Chris Wilson2019-11-281-19/+15
| | | * | | | | | | | drm/i915/selftests: Count the number of engines usedChris Wilson2019-11-281-9/+16
| | | * | | | | | | | drm/i915/selftests: Try to show where the pulse wentChris Wilson2019-11-282-0/+7
| | | * | | | | | | | drm/i915/gem: Excise the per-batch whitelist from the contextChris Wilson2019-11-283-51/+32
| | | * | | | | | | | drm/i915/gt: Defer breadcrumb processing to after the irq handlerChris Wilson2019-11-271-1/+1
| | | * | | | | | | | drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson2019-11-277-102/+62
| | | * | | | | | | | drm/i915/gt: Manual rc6 entry upon parkingChris Wilson2019-11-277-15/+105
| | | * | | | | | | | drm/i915: Disable display interrupts during display IRQ handlerClint Taylor2019-11-261-0/+4
| | | * | | | | | | | drm/i915/dp: fix DP audio for PORT_A on gen12+Kai Vehmanen2019-11-261-1/+12
| | | * | | | | | | | drm/i915: Support more QGV pointsStanislav Lisovskiy2019-11-262-7/+23
| | | * | | | | | | | drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson2019-11-261-4/+17
| | | * | | | | | | | drm/i915: Default to a more lenient forced preemption timeoutChris Wilson2019-11-261-1/+1
| | | * | | | | | | | drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson2019-11-251-7/+12
| | | * | | | | | | | drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-257-3/+108
| | | * | | | | | | | drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson2019-11-251-6/+21
| | | * | | | | | | | drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-2519-33/+119
| | | * | | | | | | | drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson2019-11-251-9/+7
| | | * | | | | | | | drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2019-11-252-13/+18
| | | * | | | | | | | drm/i915: Switch kunmap() to take the page not vaddrChris Wilson2019-11-251-1/+1
| | | * | | | | | | | drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson2019-11-231-1/+3
| | | * | | | | | | | drm/i915/query: Align flavour of engine data lookupTvrtko Ursulin2019-11-231-2/+5
| | | * | | | | | | | drm/i915: coffeelake supports hdcp2.2Juston Li2019-11-221-1/+1
| | | * | | | | | | | drm/i915/selftests: Flush the active callbacksChris Wilson2019-11-221-6/+11
| | | * | | | | | | | drm/i915/selftests: Force bonded submission to overlapChris Wilson2019-11-221-3/+59
OpenPOWER on IntegriCloud