summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-08-11drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich1-3/+3
2024-08-11drm/virtio: Fix type of dma-fence context variableDmitry Osipenko1-1/+1
2024-08-11drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin1-10/+7
2024-08-11drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal1-1/+1
2024-08-11i915/perf: Remove code to update PWR_CLK_STATE for gen12Umesh Nerlige Ramappa1-33/+0
2024-08-11drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes1-1/+28
2024-08-11drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes1-1/+1
2024-08-11drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-08-03drm/panfrost: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-08-03drm/etnaviv: don't block scheduler when GPU is still activeLucas Stach1-5/+4
2024-08-03drm/i915/dp: Don't switch the LTTPR mode on an active linkImre Deak1-7/+48
2024-08-03drm/i915/dp: Reset intel_dp->link_trained before retraining the linkImre Deak1-0/+2
2024-08-03drm/amd/amdgpu: Fix uninitialized variable warningsMa Ke1-1/+1
2024-08-03drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin1-4/+5
2024-08-03drm/dp_mst: Fix all mstb marked as not probed after suspend/resumeWayne Lin1-2/+2
2024-08-03drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann1-2/+1
2024-08-03drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellAlex Deucher1-0/+12
2024-08-03drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote1-5/+1
2024-08-03drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-08-03drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modesMa Ke1-0/+3
2024-08-03drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modesMa Ke1-0/+3
2024-08-03drm/mediatek/dp: Fix spurious kfree()Michael Walle1-2/+8
2024-08-03drm/mediatek/dp: switch to ->edid_read callbackJani Nikula1-11/+20
2024-08-03drm/mediatek: Remove less-than-zero comparison of an unsigned valueHsiao Chien Sung1-1/+1
2024-08-03drm/qxl: Add check for drm_cvt_modeChen Ni1-0/+3
2024-08-03drm/etnaviv: fix DMA direction handling for cached RW buffersLucas Stach1-2/+4
2024-08-03drm/msm/dpu: drop validity checks for clear_pending_flush() ctl opAbhinav Kumar3-5/+4
2024-08-03drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WCJonathan Marek1-0/+3
2024-08-03drm/mediatek: Add OVL compatible name for MT8195Hsiao Chien Sung1-0/+2
2024-08-03drm/mediatek: Turn off the layers with zero width or heightHsiao Chien Sung2-2/+7
2024-08-03drm/mediatek: Fix destination alpha error in OVLHsiao Chien Sung1-1/+9
2024-08-03drm/mediatek: Fix XRGB setting error in MixerHsiao Chien Sung1-1/+10
2024-08-03drm/mediatek: Fix XRGB setting error in OVLHsiao Chien Sung1-2/+12
2024-08-03drm/mediatek: Use 8-bit alpha in ETHDRHsiao Chien Sung1-2/+1
2024-08-03drm/mediatek: Add missing plane settings when async updateHsiao Chien Sung1-0/+2
2024-08-03drm: zynqmp_kms: Fix AUX bus not getting unregisteredSean Anderson1-3/+9
2024-08-03drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe()Christophe JAILLET1-0/+1
2024-08-03drm/bridge: it6505: fix hibernate to resume no display issueKuro Chung1-24/+49
2024-08-03drm/bridge: Fixed a DP link training bugxiazhengqiao1-1/+3
2024-08-03drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare()Douglas Anderson1-1/+5
2024-08-03drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulatorsDouglas Anderson1-1/+1
2024-08-03drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() betterDouglas Anderson1-2/+1
2024-08-03drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1Tim Van Patten1-1/+0
2024-08-03drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exitFriedrich Vock1-1/+1
2024-08-03drm/amdgpu: Fix memory range calculationLijo Lazar1-1/+1
2024-08-03drm/amd/pm: Fix aldebaran pcie speed reportingLijo Lazar1-2/+2
2024-08-03drm/amdkfd: Fix CU Masking for GFX 9.4.3Mukul Joshi1-1/+1
2024-08-03drm/arm/komeda: Fix komeda probe failing if there are no links in the seconda...Faiz Abbas1-11/+32
2024-08-03drm/rockchip: vop2: Fix the port mux of VP2Andy Yan1-1/+1
2024-08-03drm/meson: fix canvas release in bind functionYao Zi1-19/+18