summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
34 hoursdrm/i2c/sil164: Drop no-op remove functionUwe Kleine-König1-7/+0
34 hoursPCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+3
34 hoursgpu: host1x: Fix device reference leak in host1x_device_parse_dt() error pathGuangshuo Li1-1/+1
34 hoursdrm/edid: fix OOB read in drm_parse_tiled_block()Xiang Mei1-0/+8
34 hoursdrm/msm/dp: Fix the ISR_* enum valuesJessica Zhang1-2/+2
34 hoursdrm/msm/dp: fix HPD state status bit shift valueJessica Zhang1-2/+2
34 hoursdrm/tegra: dc: Fix device node reference leak in tegra_dc_has_output()Felix Gu1-1/+3
34 hoursdrm/radeon: fix memory leak in radeon_ring_restore() on lock failureYuho Choi1-1/+3
34 hoursdrm/tidss: Drop extra drm_mode_config_reset() callTomi Valkeinen1-2/+0
2026-07-04drm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-1/+1
2026-07-04drm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-9/+23
2026-06-19drm/nouveau: fix u32 overflow in pushbuf reloc bounds checkGreg Kroah-Hartman1-1/+1
2026-06-19drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
2026-06-19drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
2026-06-19drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
2026-06-19drm/i915/gem: Fix phys BO pread/pwrite with offsetJoonas Lahtinen1-4/+15
2026-06-19drm/imx: Fix three kernel-doc warnings in dcss-scaler.cYicong Hui1-0/+3
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/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/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/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/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/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/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/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with...Ashutosh Desai1-2/+2
2026-06-01drm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven1-0/+3
2026-06-01drm/amd/display: Do not add '-mhard-float' to calcs, dsc, and dcn30 FP files ...Nathan Chancellor3-4/+6
2026-06-01drm/amd/display: Fix memory leakYongzhi Liu1-18/+54
2026-06-01drm/amd/display: Add null checker before passing variablesAlex Hung1-3/+6
2026-06-01drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeatSebastian Brzezinka1-8/+18
2026-06-01drm/vc4: Protect madv read in vc4_gem_object_mmap() with madv_lockMaíra Canal1-0/+3
2026-06-01drm/vc4: Fix a memory leak in hang state error pathMaíra Canal1-8/+10
2026-06-01drm/vc4: Fix memory leak of BO array in hang stateMaíra Canal1-0/+1