aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-01-10drm/panel: olimex-lcd-olinuxino: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-01-10drm/i2c/tda998x: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2023-01-10drm/i2c/tda9950: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-01-10drm/i2c/sil164: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2023-01-10drm/i2c/ch7006: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2023-01-10drm/mxsfb: improve clk handling for axi clkUwe Kleine-König1-6/+4
2023-01-10drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conversionMarek Szyprowski1-1/+1
2023-01-09drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin6-233/+87
2023-01-10drm/virtio: Fix GEM handle creation UAFRob Clark1-2/+17
2023-01-09drm/radeon: free iio for atombios when driver shutdownLiwei Song1-0/+1
2023-01-09drm/amdgpu: clean up some inconsistent indentingsYang Li1-3/+3
2023-01-09drm/amd: Load GFX11 microcode during early_initMario Limonciello1-19/+7
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for GFX11Mario Limonciello2-72/+39
2023-01-09drm/amd: Load GFX10 microcode during early_initMario Limonciello1-66/+18
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for GFX10Mario Limonciello1-51/+20
2023-01-09drm/amd: Load GFX9 microcode during early_initMario Limonciello1-49/+9
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for GFX9Mario Limonciello1-61/+21
2023-01-09drm/amd: Remove superfluous assignment for `adev->mes.adev`Mario Limonciello2-2/+0
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello3-26/+4
2023-01-09drm/amd: Load MES microcode during early_initMario Limonciello4-151/+100
2023-01-09drm/amd/display: Remove unneeded semicolonYang Li1-3/+3
2023-01-09drm/amd/display: Remove redundant assignment to variable dcYi Yang1-1/+1
2023-01-09drm/amd/display: fix PSR-SU/DSC interoperability supportHamza Mahfooz3-0/+37
2023-01-09drm/amd: Load VCN microcode during early_initMario Limonciello7-48/+31
2023-01-09drm/amd: Use `amdgpu_ucode_*` helpers for VCNMario Limonciello1-13/+3
2023-01-09drm/amd: Make SDMA firmware load failures less noisy.Mario Limonciello1-3/+1
2023-01-09drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`Mario Limonciello6-157/+18
2023-01-09drm/amd: Use `amdgpu_ucode_request` helper for SDMAMario Limonciello1-7/+2
2023-01-09drm/amdgpu: Fixed bug on error when unloading amdgpuYiPeng Chai1-1/+1
2023-01-09drm/amd: Delay removal of the firmware framebufferMario Limonciello2-6/+8
2023-01-09drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov1-2/+3
2023-01-09drm/amd: Add a new helper for loading/validating microcodeMario Limonciello2-0/+39
2023-01-09drm/amd: Convert SMUv13 microcode to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-10/+2
2023-01-09drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-32/+3
2023-01-09drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"Mario Limonciello1-0/+221
2023-01-09drm/amd: Delay removal of the firmware framebufferMario Limonciello2-6/+8
2023-01-09drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov1-2/+3
2023-01-09drm/msm: clean event_thread->worker in case of an errorDmitry Baryshkov1-1/+1
2023-01-09drm/panel: add visionox vtdr6130 DSI panel driverNeil Armstrong3-0/+367
2023-01-09drm/i915: Fix potential context UAFsRob Clark1-6/+18
2023-01-09drm/i915: Reserve enough fence slot for i915_vma_unbind_asyncNirmoy Das1-1/+1
2023-01-09drm/vc4: vec: Support progressive modesMateusz Kwiatkowski1-1/+3
2023-01-09drm/vc4: hdmi: Correct interlaced timings againDave Stevenson1-2/+3
2023-01-09drm/vc4: crtc: Fix timings for VEC modesMateusz Kwiatkowski1-27/+44
2023-01-09drm/vc4: Add comments for which HVS_PIXEL_ORDER_xxx defines applyDave Stevenson1-0/+3
2023-01-09drm/vc4: plane: Add 3:3:2 and 4:4:4:4 RGB/RGBX/RGBA formatsDave Stevenson1-0/+70
2023-01-09drm/vc4: plane: Omit pixel_order from the hvs_format for hvs5 only formatsDave Stevenson1-5/+0
2023-01-09drm/vc4: plane: Allow using 0 as a pixel order valueDave Stevenson1-6/+14
2023-01-09drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard1-0/+3
2023-01-09drm/vc4: hvs: Add DRM 210101010 RGB formatsDave Stevenson1-0/+28