summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-08-05drm/ttm: Split cgroup charge and resource allocationNatalie Vock2-27/+81
2026-08-05drm/ttm: Extract code for attempting allocation in a placeNatalie Vock1-22/+68
2026-08-05drm/bridge: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang2-2/+0
2026-08-05gpu: nova-core: pass WPR metadata ownership to FmcBootArgsEliot Courtney2-5/+5
2026-08-05gpu: nova-core: split FbLayout into FSP and non-FSP versionsEliot Courtney7-90/+170
2026-08-05gpu: nova-core: return non-WPR heap size as u64 from HALsEliot Courtney8-13/+13
2026-08-05gpu: nova-core: rename heap size fieldEliot Courtney2-8/+8
2026-08-05gpu: nova-core: correct FRTS vidmem offset calculationEliot Courtney7-10/+48
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes6-9/+14
2026-08-04drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faultsStanislav Kinsburskii1-50/+10
2026-08-04drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faultsStanislav Kinsburskii1-9/+11
2026-08-04Merge tag 'qcom-drivers-for-7.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-7/+9
2026-08-04drm/xe/uc: Apply RCS/CCS yield policy to SR-IOV VFsMarcin Bernatowicz1-2/+5
2026-08-04drm/xe: Fix memory leak in exec_queue_set_hang_replay_state()Michał Winiarski1-0/+3
2026-08-04drm/shmem_helper: Check VMA boundaries for PMD mappingsChristian A. Ehrhardt1-1/+5
2026-08-04drm/omap: dsi: Do not copy isr tableAndreas Kemnade2-8/+1
2026-08-03drm/panel-edp: Add Sharp LQ120P1JX51 (Surface Pro 12in 1st Ed.)François Roux1-0/+1
2026-08-03drm/imagination: Reuse layout check macros for MIPS FW structuresAlessio Belle1-47/+24
2026-08-03drm/imagination: Move all FW interface check macros to pvr_checks.hAlexandru Dadu4-41/+39
2026-08-02drm/v3d: Serialize the scheduler timeout handlersMaíra Canal2-1/+14
2026-08-02drm/exynos: hdmi: take i2c adapter module referenceJohan Hovold1-3/+3
2026-08-02drm/exynos: Add error handling to drm_encoder_init()Diogo Silva5-10/+31
2026-08-02drm/exynos: Remove dependency on DRM simple helpersDiogo Silva5-10/+35
2026-08-01Merge tag 'drm-xe-next-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie85-378/+3674
2026-08-01Merge tag 'drm-intel-next-2026-07-28' of https://gitlab.freedesktop.org/drm/i...Dave Airlie66-707/+3685
2026-07-31drm/msm: detach the ARM DMA mapping before attaching our own domainDmitry Baryshkov1-0/+22
2026-07-31drm/msm/dsi: Drop dev_pm_opp_set_rate(0)Konrad Dybcio1-2/+0
2026-07-31drm/msm/dp: Drop dev_pm_opp_set_rate(0)Konrad Dybcio1-4/+1
2026-07-31drm/msm/dpu: Drop sneaky dev_pm_opp_set_rate(0)Konrad Dybcio1-0/+4
2026-07-31drm/msm/dp: pass panel to display enable/disable helpersYongxing Mou1-10/+12
2026-07-31drm/msm/dp: make bridge helpers use dp_display to allow re-useAbhinav Kumar4-39/+70
2026-07-31drm/msm/dp: simplify link and clock disable sequenceYongxing Mou1-17/+9
2026-07-31drm/msm/dp: split dp_ctrl_off() into stream and link partsAbhinav Kumar3-10/+12
2026-07-31drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to itAbhinav Kumar3-112/+143
2026-07-31drm/msm/dp: re-arrange dp_display_disable() into functional partsAbhinav Kumar3-20/+11
2026-07-31drm/msm/dp: break up dp_display_enable into two partsAbhinav Kumar3-53/+103
2026-07-31drm/msm/dp: move the pixel clock control to its own APIYongxing Mou1-38/+42
2026-07-31drm/msm/dp: split link setup from source paramsYongxing Mou1-4/+4
2026-07-31drm/msm/dp: extract MISC1_MISC0 configuration into a separate functionYongxing Mou1-8/+15
2026-07-31drm/msm/dp: split msm_dp_ctrl_config_ctrl() into link parts and stream partsYongxing Mou2-15/+38
2026-07-31drm/msm/dp: move mode setup into msm_dp_panel_init_panel_info()Yongxing Mou3-14/+19
2026-07-31drm/msm/dp: drop deprecated .mode_set() and use .atomic_pre_enableYongxing Mou3-61/+51
2026-07-31drm/msm/dp: remove cached drm_edid from panelYongxing Mou3-73/+27
2026-07-31drm/msm/dp: do not reject wide-bus modes while a YUV420 mode is activeDmitry Baryshkov1-1/+1
2026-07-31drm/msm/dp: reject YUV420-only modes without VSC SDP supportDmitry Baryshkov3-26/+13
2026-07-31drm/msm: don't tear down KMS twice when KMS init failsDmitry Baryshkov2-22/+11
2026-07-31drm/msm/dpu: Fix DMA SSPP REC block offsets on DPU v13Yongxing Mou2-6/+18
2026-07-31drm/msm/hdmi_hdcp: Simplify register bit updatesKrzysztof Kozlowski1-57/+28
2026-07-31drm/msm/hdmi_bridge: Simplify register bit updatesKrzysztof Kozlowski2-57/+60
2026-07-31drm/msm: Make msm_framebuffer_init() an internal interface againThomas Zimmermann2-8/+4