aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-31drm/msm: fbdev: Use a DRM client bufferThomas Zimmermann1-23/+33
2026-07-31drm/msm: fbdev: Calculate buffer geometry with format helpersThomas Zimmermann2-21/+12
2026-07-31drm/msm: fbdev: Fix error reportingThomas Zimmermann1-4/+4
2026-07-31drm/msm: fbdev: Inline msm_alloc_stolen_fb()Thomas Zimmermann3-56/+36
2026-07-31drm/msm: Do not declare msm_framebuffer_init() as staticThomas Zimmermann2-37/+39
2026-07-31drm/msm/dp: return 0 from audio_prepare when cable is disconnectedKumar Anurag1-3/+1
2026-07-31drm/tyr: add Microcontroller Unit (MCU) bootingDeborah Brouwer6-9/+341
2026-07-31drm/tyr: add parser for firmware binaryDaniel Almeida1-0/+588
2026-07-31drm/tyr: add a kernel buffer objectDeborah Brouwer1-4/+109
2026-07-31drm/tyr: add GPU virtual memory (VM) supportBoris Brezillon6-5/+979
2026-07-31drm/imagination: Reorder some fields in struct pvr_device_featuresAlexandru Dadu1-3/+3
2026-07-31drm/imagination: Set scheduler timeout period higher than Firmware timeoutBrajesh Gupta1-1/+2
2026-07-31drm/panthor: fix firmware control interface bounds checksOsama Abdelkader1-6/+13
2026-07-31Merge tag 'amd-drm-next-7.3-2026-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie290-3508/+16378
2026-07-31Merge tag 'drm-intel-fixes-2026-07-30' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixesDave Airlie4-1/+38
2026-07-31Merge tag 'amd-drm-fixes-7.2-2026-07-30' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie2-34/+57
2026-07-31Merge tag 'drm-xe-fixes-2026-07-30' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie1-5/+8
2026-07-31Merge tag 'drm-misc-fixes-2026-07-30' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie17-64/+229
2026-07-31Merge tag 'amd-drm-fixes-7.2-2026-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie63-254/+818
2026-07-31Merge tag 'mediatek-drm-fixes-20260729' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixesDave Airlie5-16/+21
2026-07-30drm/bridge: ps8640: propagate AUX transfer register errorsPengpeng Hou1-6/+21
2026-07-30drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()Pan Chuang1-1/+1
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo3-3/+0
2026-07-30drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_StatusJerome Tollet3-0/+30
2026-07-30rust: pci: use `Option<&IdInfo>` for device ID infoGary Guo1-1/+1
2026-07-30drm/tyr: add Memory Management Unit (MMU) supportBoris Brezillon7-5/+780