summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-01-24drm/i915/gt: Reset twiceChris Wilson1-6/+28
2023-01-18drm/virtio: Fix GEM handle creation UAFRob Clark1-1/+9
2023-01-18drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transferKuogee Hsieh1-0/+4
2023-01-18drm/msm/adreno: Make adreno quirks not overwrite each otherKonrad Dybcio1-6/+4
2023-01-14drm/i915/gvt: fix vgpu debugfs clean in removeZhenyu Wang1-2/+7
2023-01-14drm/i915/gvt: fix gvt debugfs destroyZhenyu Wang1-2/+6
2023-01-14drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()Dan Carpenter1-0/+1
2023-01-14drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2023-01-14drm/panfrost: Fix GEM handle creation ref-countingSteven Price3-28/+20
2023-01-14drm/amdgpu: make display pinning more flexible (v2)Alex Deucher1-1/+2
2023-01-14drm/amdgpu: handle polaris10/11 overlap asics (v2)Alex Deucher1-2/+11
2023-01-14drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()Yuan Can1-1/+5
2023-01-14drm/i915/dsi: fix VBT send packet port selection for dual link DSIMikko Kovanen1-2/+2
2023-01-14drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin1-1/+2
2023-01-14drm/connector: send hotplug uevent on connector cleanupSimon Ser1-0/+3
2023-01-14drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor3-6/+9
2023-01-14drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor1-2/+3
2023-01-14drm/amd/display: fix array index out of bound error in bios parserAurabindo Pillai1-9/+7
2023-01-14drm/sti: Use drm_mode_copy()Ville Syrjälä3-3/+3
2023-01-14drm/rockchip: Use drm_mode_copy()Ville Syrjälä3-3/+3
2023-01-14drm/msm: Use drm_mode_copy()Ville Syrjälä1-1/+1
2023-01-14drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callbackNathan Chancellor2-2/+4
2023-01-14drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor1-1/+4
2023-01-14drm/amd/display: prevent memory leakgehao2-0/+5
2023-01-14drm/etnaviv: add missing quirks for GC300Doug Brown1-2/+9
2023-01-14drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang1-0/+1
2023-01-14drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()Xiongfeng Wang1-0/+1
2023-01-14drm/amd/pm/smu11: BACO is supported when it's in BACO stateGuchun Chen1-0/+4
2023-01-14drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()Zhang Zekun1-1/+3
2023-01-14drm/amdgpu: fix pci device refcount leakYang Yingliang1-0/+4
2023-01-14drm/fourcc: Fix vsub/hsub for Q410 and Q401Brian Starkey1-4/+4
2023-01-14drm/fourcc: Add packed 10bit YUV 4:2:0 formatDave Stevenson1-0/+3
2023-01-14amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()Dan Carpenter1-1/+2
2023-01-14drm/mediatek: Modify dpi power on/off sequence.Xinlei Lee1-6/+6
2023-01-14drm/radeon: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-7/+11
2023-01-14drm/msm/hdmi: drop unused GPIO supportDmitry Baryshkov3-120/+21
2023-01-14drm/msm/hdmi: switch to drm_bridge_connectorDmitry Baryshkov5-159/+109
2023-01-14drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failureMarek Vasut1-1/+9
2023-01-14drm/rockchip: lvds: fix PM usage counter unbalance in poweronZhang Qilong1-3/+7
2023-01-14drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridgeAbhinav Kumar3-17/+29
2022-12-14drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420Guillaume BRUN1-3/+3
2022-12-14drm/bridge: ti-sn65dsi86: Fix output polarity setting bugQiqi Zhang1-2/+2
2022-12-14drm/shmem-helper: Avoid vm_open error pathsRob Clark1-3/+11
2022-12-14drm/shmem-helper: Remove errant put in error pathRob Clark1-3/+1
2022-12-14drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin1-0/+4
2022-12-08drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik1-1/+1
2022-12-08drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones1-0/+7
2022-12-08drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly w...Alex Deucher1-1/+0
2022-12-08drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez2-3/+5
2022-12-08drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return codeLyude Paul1-1/+1