summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
30 hoursdrm/hyperv: validate resolution_count and fix WIN8 fallbackBerkant Koc1-3/+10
30 hoursdrm/hyperv: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley1-16/+7
30 hoursdrm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
30 hoursdrm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
30 hoursdrm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
30 hoursdrm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
30 hoursdrm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
30 hoursdrm/i915/gem: Fix phys BO pread/pwrite with offsetJoonas Lahtinen1-4/+15
30 hoursdrm/vc4: fix krealloc() memory leakAlexander A. Klimov1-6/+7
30 hoursdrm/imx: Fix three kernel-doc warnings in dcss-scaler.cYicong Hui1-0/+3
30 hoursdrm/hyperv: validate VMBus packet size in receive callbackBerkant Koc1-13/+87
30 hoursdrm/i915/psr: Apply Intel DPCD workaround when SDP on prior line usedJouni Högander1-1/+26
30 hoursdrm/i915/psr: Read Intel DPCD workaround registerJouni Högander2-0/+8
30 hoursdrm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD registerJouni Högander1-0/+15
2026-06-01drm/msm/snapshot: fix dumping of the unaligned regionsDmitry Baryshkov1-6/+18
2026-06-01drm/msm: Fix iommu_map_sgtable() return value check and avoid WARNMikko Perttunen1-2/+3
2026-06-01drm/amd/display: Validate payload length and link_index in dc_process_dmub_au...Harry Wentland1-1/+5
2026-06-01drm/amd/display: Fix integer overflow in bios_get_image()Harry Wentland1-3/+6
2026-06-01drm/bridge: megachips: remove bridge when irq request failsOsama Abdelkader1-6/+10
2026-06-01drm/bridge: it66121: acquire reset GPIO in probeJulien Chauveau1-0/+5
2026-06-01drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setupJohan Hovold1-0/+1
2026-06-01drm/panfrost: Fix wait_bo ioctl leaking positive return from dma_resv_wait_ti...Gyeyoung Baek1-0/+2
2026-06-01drm/i915: skip __i915_request_skip() for already signaled requestsSebastian Brzezinka1-1/+2
2026-06-01drm/i915/dp: Fix VSC dynamic range signaling for RGB formatsChaitanya Kumar Borah1-2/+7
2026-06-01drm/amd/display: Read EDID from VBIOS embedded panel infoTimur Kristóf2-0/+66
2026-06-01drm/amd/display: Allow DCE link encoder without AUX registersTimur Kristóf1-1/+3
2026-06-01drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)Timur Kristóf1-0/+66
2026-06-01drm/amdgpu/uvd3.1: Don't validate the firmware when already validatedTimur Kristóf1-0/+10
2026-06-01drm/amdgpu: fix spelling typosAlexandre Demers4-6/+7
2026-06-01drm/msm/a6xx: Use barriers while updating HFI Q headersAkhil P Oommen1-4/+10
2026-06-01drm/msm/a6xx: Fix HLSQ register dumpingRob Clark1-1/+1
2026-06-01drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii boardTimur Kristóf2-4/+27
2026-06-01drm/amd/pm/ci: Fill DW8 fields from SMCTimur Kristóf1-2/+1
2026-06-01drm/amd/pm/ci: Clear EnabledForActivity field for memory levelsTimur Kristóf1-1/+1
2026-06-01drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0Timur Kristóf1-1/+1
2026-06-01drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clockTimur Kristóf2-3/+86
2026-06-01drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICsTimur Kristóf1-0/+15
2026-06-01drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabledTimur Kristóf1-0/+8
2026-06-01drm/panel: simple: Correct G190EAN01 prepare timingSebastian Reichel1-1/+1
2026-06-01drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0Alexander Koskovich2-3/+3
2026-06-01drm/sun4i: Fix resource leaksEthan Tidmore1-1/+2
2026-06-01drm/komeda: fix integer overflow in AFBC framebuffer size checkAlexander Konyukhov1-1/+5
2026-06-01drm/amdgpu/vcn3: Avoid overflow on msg bound checkBenjamin Cheng1-1/+3
2026-06-01drm/amdgpu/pm: align Hawaii mclk workaround with radeonAlex Deucher1-4/+4
2026-06-01drm/amdgpu/pm: add missing revision check for CIAlex Deucher1-2/+3
2026-06-01drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emissionJohn B. Moore1-2/+2
2026-06-01drm/amdgpu/gfx9: drop unnecessary 64-bit fence flag check in KIQJohn B. Moore1-3/+0
2026-06-01drm/radeon: add missing revision check for CIAlex Deucher1-3/+6
2026-06-01drm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
2026-06-01drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with...Ashutosh Desai1-2/+2