summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-11-08drm/msm/a5xx: properly clear preemption records on resumeVladimir Lypak1-0/+2
2024-11-08drm/msm/a5xx: disable preemption in submits by defaultVladimir Lypak1-2/+6
2024-11-08drm/msm: Fix incorrect file name output in adreno_request_fw()Aleksandr Mishin1-1/+1
2024-11-08drm/radeon/evergreen_cs: fix int overflow errors in cs track offsetsNikita Zhandarovich1-31/+31
2024-11-08drm/rockchip: dw_hdmi: Fix reading EDID when using a forced modeJonas Karlman1-0/+2
2024-11-08drm/rockchip: vop: Allow 4096px width scalingAlex Bee1-2/+2
2024-11-08drm/radeon: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-11-08drm/radeon: Replace one-element array with flexible-array memberPaulo Miguel Almeida2-3/+6
2024-11-08drm/amdgpu: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-11-08drm/amdgpu: Replace one-element array with flexible-array memberPaulo Miguel Almeida2-3/+6
2024-11-08drm/stm: Fix an error handling path in stm_drm_platform_probe()Christophe JAILLET1-1/+3
2024-11-08drm: komeda: Fix an issue related to normalized zposhongchi.peng1-3/+7
2024-09-12drm/i915/fence: Mark debug_fence_free() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-12drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-12drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullAlex Hung1-0/+3
2024-09-12drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-12drm/amdgpu: fix mc_data out-of-bounds read warningTim Huang1-0/+2
2024-09-12drm/amdgpu: fix ucode out-of-bounds read warningTim Huang1-0/+3
2024-09-12drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu1-2/+2
2024-09-12drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung1-1/+2
2024-09-12drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu1-1/+4
2024-09-12drm/amd/display: Check gpio_id before used as array indexAlex Hung1-2/+11
2024-09-12drm/amdgpu: fix overflowed array index read warningTim Huang1-1/+2
2024-09-12drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acrMa Jun1-0/+1
2024-09-12drm: panel-orientation-quirks: Add quirk for OrangePi NeoPhilip Mueller1-0/+6
2024-09-04drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-1/+4
2024-09-04drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJesse Zhang1-1/+2
2024-09-04drm/msm/dpu: don't play tricks with debug macrosDmitry Baryshkov1-12/+2
2024-09-04drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2024-09-04drm/lima: set gp bus_stop bit before hard resetErico Nunes1-0/+12
2024-09-04drm/amdgpu: Actually check flags for all context ops.Bas Nieuwenhuizen1-0/+8
2024-08-19drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti1-5/+42
2024-08-19drm/mgag200: Set DDC timeout in millisecondsThomas Zimmermann1-1/+1
2024-08-19drm/bridge: analogix_dp: properly handle zero sized AUX transactionsLucas Stach1-4/+1
2024-08-19drm/client: fix null pointer dereference in drm_client_modeset_probeMa Ke1-0/+5
2024-08-19drm/amdgpu: Fix the null pointer dereference to ras_managerMa Jun1-2/+5
2024-08-19drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes1-1/+1
2024-08-19drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-08-19drm/panfrost: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-08-19drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-08-19drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modesMa Ke1-0/+3
2024-08-19drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modesMa Ke1-0/+3
2024-08-19drm/qxl: Add check for drm_cvt_modeChen Ni1-0/+3
2024-08-19drm/etnaviv: fix DMA direction handling for cached RW buffersLucas Stach1-2/+4
2024-07-27drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()Dan Carpenter1-1/+1
2024-07-18drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher1-1/+1
2024-07-18drm/nouveau: fix null pointer dereference in nouveau_connector_get_modesMa Ke1-0/+3
2024-07-18drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-07-18drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun1-0/+8
2024-07-18drm/lima: fix shared irq handling on driver removeErico Nunes3-0/+11