summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-25dma-buf/sw-sync: always taint the kernel when sw-sync is usedChristian König-0/+4
2025-11-25drm/client: log: Implement struct drm_client_funcs.restoreThomas Zimmermann-0/+13
2025-11-25drm/client: Support emergency restore via sysrq for all clientsThomas Zimmermann-45/+91
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann-34/+22
2025-11-24drm/edp-panel: Add touchscreen panel used by Lenovo X13sDaniel Thompson-0/+1
2025-11-24drm/bridge: simple: add ASL CS5263 DP-to-HDMI bridgeEttore Chimenti-0/+5
2025-11-24dt-bindings: display: bridge: simple: document the ASL CS5263 DP-to-HDMI bridgeEttore Chimenti-0/+1
2025-11-24dt-bindings: vendor-prefixes: Add ASL Xiamen TechnologyEttore Chimenti-0/+2
2025-11-21drm/bridge: it66121: Add minimal it66122 supportNishanth Menon-5/+9
2025-11-21drm/bridge: it66121: Use vid/pid to detect the type of chipNishanth Menon-29/+29
2025-11-21drm/bridge: it66121: Sort the compatiblesNishanth Menon-3/+3
2025-11-21drm/bridge: it66121: Drop ftrace like dev_dbg() printsNishanth Menon-6/+0
2025-11-21dt-bindings: display: bridge: it66121: Add compatible string for IT66122Nishanth Menon-0/+1
2025-11-21drm/gem: Use vmemdup_array_user in drm_gem_objects_lookupTvrtko Ursulin-10/+3
2025-11-21dma-buf: system_heap: use larger contiguous mappings instead of per-page mmapBarry Song-9/+24
2025-11-19drm/panel: sofef00: Non-continuous mode and video burst are supportedDavid Heidelberg-1/+2
2025-11-19drm/panel: sofef00: Mark the LPM mode always-onDavid Heidelberg-2/+5
2025-11-19drm/panel: sofef00: Simplify get_modesDavid Heidelberg-14/+7
2025-11-19drm/panel: sofef00: Introduce compatible which includes the panel nameDavid Heidelberg-3/+4
2025-11-19drm/panel: sofef00: Initialise at 50% brightnessCasey Connolly-1/+1
2025-11-19drm/panel: sofef00: Add prepare_prev_first flag to drm_panelCasey Connolly-0/+2
2025-11-19drm/panel: sofef00: Introduce page macroDavid Heidelberg-5/+10
2025-11-19drm/panel: sofef00: Split sending commands to the enable/disable functionsDavid Heidelberg-1/+19
2025-11-19drm/panel: sofef00: Handle all regulatorsDavid Heidelberg-11/+17
2025-11-19drm/panel: sofef00: Clean up panel description after s6e3fc2x01 removalDavid Heidelberg-5/+6
2025-11-19dt-bindings: panel: Convert Samsung SOFEF00 DDIC into standalone yamlDavid Heidelberg-21/+90
2025-11-19drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panelChaoyi Chen-0/+225
2025-11-19dt-bindings: ili9881c: Add compatible string for Wanchanglong w552946aaaChaoyi Chen-0/+1
2025-11-19drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleepJosua Mayer-4/+4
2025-11-19dt-bindings: panel: lvds: add Winstar WF70A8SYJHLNGAJosua Mayer-0/+2
2025-11-19dt-bindings: display: panel: ronbo,rb070d30: panel-common refJosua Mayer-9/+5
2025-11-19drm/panel: jadard-jd9365da-h3: Use dev_err_probe() instead of DRM_DEV_ERROR()...Abhishek Rajput-12/+9
2025-11-19drm/panel: simple: Add Raystar RFF500F-AWH-DNN panel entryFabio Estevam-0/+27
2025-11-19dt-bindings: display: simple: Add Raystar RFF500F-AWH-DNN panelFabio Estevam-0/+2
2025-11-19dt-bindings: vendor-prefixes: Add Raystar Optronics, IncFabio Estevam-0/+2
2025-11-19gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel supportSvyatoslav Ryhel-0/+34
2025-11-19dt-bindings: display: panel: document Samsung LTL106AL01 simple panelSvyatoslav Ryhel-0/+2
2025-11-19gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panelSvyatoslav Ryhel-31/+198
2025-11-19dt-bindings: display: panel: properly document LG LD070WX3 panelSvyatoslav Ryhel-2/+60
2025-11-16drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridgeMaud Spierings-0/+5
2025-11-16dt-bindings: display: bridge: simple: document the Parade PS185HDM DP-to-HDMI...Maud Spierings-0/+1
2025-11-15drm/rockchip: vop2: Use OVL_LAYER_SEL configuration instead of use win_mask c...Andy Yan-7/+42
2025-11-15drm/rockchip: Set VOP for the DRM DMA deviceDmitry Osipenko-0/+3
2025-11-14drm/rockchip: dw_hdmi_qp: Add high color depth supportCristian Ciocaltea-3/+51
2025-11-14drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regsCristian Ciocaltea-13/+8
2025-11-14drm/rockchip: dw_hdmi_qp: Switch to phy_configure()Cristian Ciocaltea-18/+19
2025-11-14drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depthCristian Ciocaltea-2/+13
2025-11-14drm/rockchip: vop2: Check bpc before switching DCLK sourceCristian Ciocaltea-26/+32
2025-11-14drm/rockchip: analogix_dp: Use dev_err_probe() instead of DRM_DEV_ERROR() dur...Damon Ding-17/+14
2025-11-14drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main structCristian Ciocaltea-7/+7