summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-13/+13
2025-06-16drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacksBartosz Golaszewski-11/+7
2025-06-16drm/bridge: ti-sn65dsi86: use the auxiliary deviceJerome Brunet-42/+7
2025-06-16drm/etnaviv: Protect the scheduler's pending list with its lockMaíra Canal-1/+4
2025-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal-2/+6
2025-06-16drm/xe/tests: Convert xe_pci tests to parametrized testsMichal Wajdeczko-56/+41
2025-06-16drm/xe/tests: Drop unused xe_device_fn typedefMichal Wajdeczko-1/+0
2025-06-16drm/xe: Fix kconfig promptLucas De Marchi-3/+4
2025-06-16drm/xe/pat: Consolidate PAT programming logic for pre-Xe2 and post-Xe2Matt Roper-28/+16
2025-06-16drm/xe/pat: Determine ATS / PTA programming during early sw initMatt Roper-6/+19
2025-06-16video: Make global edid_info depend on CONFIG_FIRMWARE_EDIDThomas Zimmermann-2/+2
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann-0/+22
2025-06-16drm/scheduler: Include <linux/export.h>Thomas Zimmermann-0/+3
2025-06-16drm/panel: Include <linux/export.h>Thomas Zimmermann-0/+4
2025-06-16drm/gem: Include <linux/export.h>Thomas Zimmermann-0/+5
2025-06-16drm/display: Include <linux/export.h>Thomas Zimmermann-0/+14
2025-06-16drm/client: Include <linux/export.h>Thomas Zimmermann-0/+10
2025-06-16drm/bridge: Include <linux/export.h>Thomas Zimmermann-0/+16
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann-1/+46
2025-06-16drm: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-16drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTALVille Syrjälä-2/+2
2025-06-16drm/i915/pmu: Fix build error with GCOV and AutoFDO enabledTzung-Bi Shih-2/+2
2025-06-14drm/msm: Fix inverted WARN_ON() logicRob Clark-1/+1
2025-06-14drm/i915/dsi: Assert that vfp+vsync+vbp == vtotal on BXT/GLKVille Syrjälä-1/+4
2025-06-14drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTALVille Syrjälä-2/+2
2025-06-13drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TESTMaíra Canal-2/+5
2025-06-13drm/nouveau/bl: increase buffer size to avoid truncate warningJacob Keller-1/+1
2025-06-13drm/nouveau: fix a use-after-free in r535_gsp_rpc_push()Zhi Wang-5/+12
2025-06-13drm/nouveau/gsp: Fix potential integer overflow on integer shiftsColin Ian King-1/+1
2025-06-13Revert "drm/prime: remove drm_prime_lookup_buf_by_handle"Christian König-10/+49
2025-06-13drm/format-helper: Update tests after BT.601 changesThomas Zimmermann-6/+6
2025-06-13drm/xe: Make dma-fences compliant with the safe access rulesTvrtko Ursulin-1/+11
2025-06-13drm/i915: Protect access to driver and timeline nameTvrtko Ursulin-6/+21
2025-06-13drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation()Himal Prasad Ghimiray-101/+75
2025-06-13drm/mgag200: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-13drm/ast: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-13drm/format-helper: Normalize BT.601 factors to 256Thomas Zimmermann-1/+1
2025-06-12drm/xe/bmg: Update Wa_14022085890Vinay Belgaumkar-0/+9
2025-06-12drm/xe/bmg: Update Wa_16023588340Vinay Belgaumkar-1/+1
2025-06-12drm/xe/guc: Ignore GuC CT errors when wedgedVinay Belgaumkar-5/+5
2025-06-13Merge tag 'drm-misc-fixes-2025-06-12' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-28/+42
2025-06-12drm/xe: Add helper function to inject fault into ct_dead_capture()Satyanarayana K V P-0/+26
2025-06-12drm/xe: Fix early wedge on GuC load failureDaniele Ceraolo Spurio-2/+21
2025-06-12drm: renesas: rz-du: mipi_dsi: Add function pointers for configuring VCLK and...Lad Prabhakar-20/+45
2025-06-12drm: renesas: rz-du: mipi_dsi: Add dphy_late_init() callback for RZ/V2H(P)Lad Prabhakar-0/+4
2025-06-12drm: renesas: rz-du: mipi_dsi: Add feature flag for 16BPP supportLad Prabhakar-0/+11
2025-06-12drm: renesas: rz-du: mipi_dsi: Use mHz for D-PHY frequency calculationsLad Prabhakar-5/+8
2025-06-12drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P)Lad Prabhakar-1/+1
2025-06-12drm: renesas: rz-du: mipi_dsi: Add OF data supportLad Prabhakar-15/+38
2025-06-12drm: renesas: rz-du: mipi_dsi: Use VCLK for HSFREQ calculationLad Prabhakar-17/+23