summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2026-02-10drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine stateMatt Roper-0/+20
2026-02-10drm/xe/xe3p_lpg: Add MCR steeringMatt Roper-1/+17
2026-02-10drm/xe/xe3p_lpg: Add new PAT tableMatt Roper-1/+54
2026-02-10drm/xe/pat: Differentiate between primary and media for PTAGustavo Sousa-12/+23
2026-02-10drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10Shekhar Chauhan-0/+67
2026-02-10drm/xe/xe3p_lpg: Add support for graphics IP 35.10Shekhar Chauhan-0/+8
2026-02-10drm/i915/overlay: remove dead code with MTL platform checksJani Nikula-3/+2
2026-02-10drm/imagination: Mark FWCCB_CMD_UPDATE_STATS as knownMatt Coster-0/+8
2026-02-10drm/imagination: Improve handling of unknown FWCCB commandsMatt Coster-2/+10
2026-02-10drm/i915/dp: Verify valid pipe BPP rangeImre Deak-0/+9
2026-02-10drm/i915/dp: Fix pipe BPP clamping due to HDRImre Deak-3/+17
2026-02-10drm/vc4: Switch private_obj initialization to atomic_create_stateMaxime Ripard-21/+48
2026-02-10drm/msm: dpu1: Switch private_obj initialization to atomic_create_stateMaxime Ripard-20/+22
2026-02-10drm/msm: mdp5: Switch private_obj initialization to atomic_create_stateMaxime Ripard-19/+22
2026-02-10drm/ingenic: Switch private_obj initialization to atomic_create_stateMaxime Ripard-23/+33
2026-02-10drm/arm: komeda: Switch private_obj initialization to atomic_create_stateMaxime Ripard-64/+146
2026-02-10drm/dp_tunnel: Switch private_obj initialization to atomic_create_stateMaxime Ripard-9/+16
2026-02-10drm/dp_mst: Switch private_obj initialization to atomic_create_stateMaxime Ripard-13/+24
2026-02-10drm/bridge: Switch private_obj initialization to atomic_create_stateMaxime Ripard-15/+17
2026-02-10drm/atomic-helper: Add private_obj atomic_create_state helperMaxime Ripard-0/+22
2026-02-10drm/atomic: Add new atomic_create_state callback to drm_private_objMaxime Ripard-2/+16
2026-02-10drm/atomic: Make drm_atomic_private_obj_init fallibleMaxime Ripard-5/+9
2026-02-10drm/i915/color: Add failure handling in plane color pipeline initChaitanya Kumar Borah-45/+115
2026-02-10drm/colorop: Use destroy callback for color pipeline teardownChaitanya Kumar Borah-2/+1
2026-02-10drm/vkms: Remove drm_colorop_pipeline_destroy() from vkms_destroy()Chaitanya Kumar Borah-1/+0
2026-02-10drm: Clean up colorop objects during mode_config cleanupChaitanya Kumar Borah-0/+6
2026-02-10drm/i915/display: Hook up intel_colorop_destroyChaitanya Kumar Borah-4/+16
2026-02-10drm/vkms: Hook up colorop destroy helper for plane pipelinesChaitanya Kumar Borah-4/+10
2026-02-10drm/amd/display: Hook up colorop destroy helper for plane pipelinesChaitanya Kumar Borah-8/+17
2026-02-10drm: Allow driver-managed destruction of colorop objectsChaitanya Kumar Borah-26/+41
2026-02-10drm/colorop: Add destroy helper for colorop objectsChaitanya Kumar Borah-0/+15
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds-1/+1
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+16
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-44/+13
2026-02-09drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin-5/+5
2026-02-09drm/xe/vf: Allow VF to initialize MCR tablesMichal Wajdeczko-6/+0
2026-02-10nouveau: pci: quiesce GPU on shutdownLi Chen-0/+32
2026-02-09drm/xe/guc: Add Wa_14025883347 for GuC DMA failure on resetSk Anirban-0/+49
2026-02-09drm/i915/quirks: Fix device id for QUIRK_EDP_LIMIT_RATE_HBR2 entryAnkit Nautiyal-1/+1
2026-02-09drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao-1/+6
2026-02-09drm: verisilicon: suppress snprintf warning for pixel clock nameIcenowy Zheng-2/+2
2026-02-09drm/self_refresh: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2026-02-09drm/probe-helper: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2026-02-09drm/atomic-helper: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-3/+3
2026-02-09drm/xe/pf: Fix the address range assert in ggtt_get_pte helperMichaƂ Winiarski-1/+1
2026-02-09drm/i915/dp: Restore the missing check for intel_dp_has_joinerAnkit Nautiyal-2/+8
2026-02-09drm/i915/dp: Make intel_dp_can_join() staticAnkit Nautiyal-2/+1
2026-02-08drm/nouveau/gsp: simplify code with acpi_get_local_u64_address()Andy Shevchenko-3/+4
2026-02-07drm/gem: Make drm_gem_objects_lookup() self-cleaning on failure v6Srinivasan Shanmugam-13/+30
2026-02-07drm: bridge: anx7625: implement message sendingDmitry Baryshkov-0/+80