aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-09-29drm/amd/display: Pass PCI deviceid into DCCharlene Liu1-0/+1
2021-09-29drm/amd/display: Update VCP X.Y logging to improve usefulnessGeorge Shen1-24/+25
2021-09-29drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2021-09-29drm/amd/display: make verified link cap not exceeding max link capWenjing Liu1-15/+28
2021-09-29drm/amd/display: initialize backlight_ramping_override to falseJosip Pavic1-0/+1
2021-09-29drm/amd/display: Defer LUT memory powerdown until LUT bypass latchesMichael Strauss4-7/+87
2021-09-29drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnectImre Deak1-0/+8
2021-09-29drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected()Imre Deak1-4/+0
2021-09-29drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-PImre Deak4-32/+59
2021-09-29drm/i915/icl/tc: Remove the ICL special casing during TC-cold blockingImre Deak1-6/+0
2021-09-29drm/i915/tc: Avoid using legacy AUX PW in TBT modeImre Deak1-19/+36
2021-09-29drm/i915/tc: Refactor TC-cold block/unblock helpersImre Deak2-26/+44
2021-09-29drm/i915/tc: Add a mode for the TypeC PHY's disconnected stateImre Deak2-8/+15
2021-09-29drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sinkImre Deak1-11/+1
2021-09-29drm/i915/tc: Add/use helpers to retrieve TypeC port propertiesImre Deak7-34/+46
2021-09-29drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownershipImre Deak1-0/+23
2021-09-29drm/i915/tc: Remove waiting for PHY complete during releasing ownershipImre Deak1-5/+0
2021-09-29drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt modeImre Deak1-0/+4
2021-09-29drm/i915/tc: Fix TypeC port init/resume time sanitizationImre Deak3-18/+20
2021-09-29drm/i915/gen11: Disable cursor clock gating in HDR modeTejas Upadhyay2-0/+33
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2-2/+7
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld9-32/+32
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld2-26/+14
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld2-5/+1
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-09-29drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst1-2/+5
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh1-0/+6
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh4-1/+93
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2-1/+22
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2-2/+35
2021-09-29drm/virtio: implement context init: stop using drv->context when creating fenceGurchetan Singh2-14/+17
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_allocGurchetan Singh4-8/+13
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fenceGurchetan Singh1-0/+2
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois3-8/+98
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois4-1/+10
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2-1/+20
2021-09-29drm/i915: constify display wm vtableDave Airlie3-41/+75
2021-09-29drm/i915: constify clock gating init vtable.Dave Airlie2-25/+55
2021-09-29drm/i915: constify display function vtableDave Airlie2-31/+52
2021-09-29drm/i915: drop unused function ptr and comments.Dave Airlie1-7/+0
2021-09-29drm/i915: constify the cdclk vtableDave Airlie2-96/+206
2021-09-29drm/i915: constify the dpll clock vtableDave Airlie3-12/+44
2021-09-29drm/i915: constify the audio function vtableDave Airlie2-17/+28
2021-09-29drm/i915: constify color function vtable.Dave Airlie2-47/+93
2021-09-29drm/i915: constify hotplug function vtable.Dave Airlie3-10/+24
2021-09-29drm/i915: constify fdi link training vtableDave Airlie2-5/+17
2021-09-29drm/i915: split the dpll clock compute out from display vtable.Dave Airlie3-12/+18
2021-09-29drm/i915: split fdi link training from display vtable.Dave Airlie2-7/+12
2021-09-29drm/i915: split irq hotplug function from display vtableDave Airlie3-10/+17
2021-09-29drm/i915: split cdclk functions from display vtable.Dave Airlie2-72/+78