summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-06-27drm/i915/mso: using joiner is not possible with eDP MSOJani Nikula1-0/+4
2024-06-27drm/lima: mask irqs in timeout path before hard resetErico Nunes1-0/+7
2024-06-27drm/lima: add mask irq callback to gp and ppErico Nunes5-0/+42
2024-06-27drm/amd/display: Exit idle optimizations before HDCP executionNicholas Kazlauskas2-0/+18
2024-06-21drm/i915: Fix audio component initializationImre Deak3-11/+24
2024-06-21drm/i915/dpt: Make DPT object unshrinkableVidya Srinivas1-1/+3
2024-06-21drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)Wachowski, Karol1-0/+3
2024-06-21drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-06-21drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID foundMarek Szyprowski1-2/+5
2024-06-21drm/exynos/vidi: fix memory leak in .get_modes()Jani Nikula1-1/+6
2024-06-21drm/bridge/panel: Fix runtime warning on panel bridge releaseAdam Miotk1-2/+5
2024-06-21drm/komeda: check for error-valued pointerAmjad Ouled-Ameur1-1/+1
2024-06-21drm/vmwgfx: Don't memcmp equivalent pointersIan Forbes1-1/+1
2024-06-21drm/vmwgfx: Remove STDU logic from generic mode_valid functionIan Forbes2-20/+9
2024-06-21drm/vmwgfx: 3D disabled should not effect STDU memory limitsIan Forbes1-7/+0
2024-06-21drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes1-2/+43
2024-06-21drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev5-191/+101
2024-06-21drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientationChen Ni1-1/+3
2024-06-16drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsLang Yu1-1/+2
2024-06-16Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Alex Deucher1-9/+2
2024-06-16drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsMario Limonciello1-9/+11
2024-06-16drm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma2-0/+58
2024-06-16drm/fbdev-generic: Do not set physical framebuffer addressThomas Zimmermann1-1/+0
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-06-16drm/sun4i: hdmi: Move mode_set into enableMaxime Ripard1-24/+14
2024-06-16drm/sun4i: hdmi: Convert encoder to atomicMaxime Ripard1-7/+10
2024-06-16drm/i915/hwmon: Get rid of devmAshutosh Dixit1-14/+32
2024-06-12drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov1-4/+4
2024-06-12nouveau: report byte usage in VRAM usage.Dave Airlie1-1/+1
2024-06-12drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panelGerald Loacker1-2/+2
2024-06-12drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panelGerald Loacker1-3/+3
2024-06-12drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panelGerald Loacker1-3/+3
2024-06-12drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti3-1/+15
2024-06-12drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-06-12drm/amd/display: Enable colorspace property for MST connectorsMario Limonciello1-0/+3
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-3/+1
2024-06-12drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed2-25/+22
2024-06-12nouveau: add an ioctl to report vram usageDave Airlie1-0/+5
2024-06-12nouveau: add an ioctl to return vram bar size.Dave Airlie1-0/+4
2024-06-12drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting failsKonrad Dybcio1-1/+2
2024-06-12drm: zynqmp_dpsub: Always register bridgeSean Anderson1-4/+3
2024-06-12Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"Luca Ceresoli1-1/+0
2024-06-12drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rl...Srinivasan Shanmugam1-1/+1
2024-06-12drm/amdgpu: init microcode chip name from ip versionsLe Ma1-4/+4
2024-06-12drm/bridge: tc358775: fix support for jeida-18 and jeida-24Michael Walle1-12/+9
2024-06-12drm/msm/dpu: Add callback function pointer check before its callAleksandr Mishin1-1/+3
2024-06-12drm/msm/dpu: stop using raw IRQ indices in the kernel outputDmitry Baryshkov3-33/+46
2024-06-12drm/msm/dpu: make the irq table size staticDmitry Baryshkov2-18/+14
2024-06-12drm/msm/dpu: add helper to get IRQ-related dataDmitry Baryshkov2-19/+41
2024-06-12drm/msm/dpu: extract dpu_core_irq_is_valid() helperDmitry Baryshkov1-11/+11