summaryrefslogtreecommitdiffstats
path: root/drivers
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/+83
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann-23/+13
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-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-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-19drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panelChaoyi Chen-0/+225
2025-11-19drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleepJosua Mayer-4/+4
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-19gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel supportSvyatoslav Ryhel-0/+34
2025-11-19gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panelSvyatoslav Ryhel-31/+198
2025-11-16drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridgeMaud Spierings-0/+5
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/+9
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
2025-11-14drm/tegra: Add NVJPG driverDiogo Ivo-0/+334
2025-11-14drm/tegra: dsi: Calculate packet parameters for video modeSvyatoslav Ryhel-3/+10
2025-11-14drm/tegra: dsi: Make SOL delay calculation mode independentSvyatoslav Ryhel-24/+18
2025-11-14gpu: host1x: Syncpoint interrupt performance optimizationMikko Perttunen-9/+59
2025-11-13accel/amdxdna: Fix deadlock between context destroy and job timeoutLizhi Hou-2/+4
2025-11-13accel/amdxdna: Clear mailbox interrupt register during channel creationLizhi Hou-0/+1
2025-11-13drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formatsThomas Zimmermann-7/+9
2025-11-12drm/nouveau: fully define nvfw_hs_load_header_v2Timur Tabi-1/+3
2025-11-12drm/nouveau/drm: Bump the driver version to 1.4.1 to report new featuresMohamed Ahmed-1/+3
2025-11-12drm/nouveau/mmu/tu102: Add support for compressed kindsBen Skeggs-2/+44
2025-11-12drm/nouveau/mmu/gp100: Remove unused/broken support for compressionBen Skeggs-37/+6
2025-11-12drm/nouveau/uvmm: Allow larger pagesMary Guillemard-2/+58