summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-11-25dma-buf/sw-sync: always taint the kernel when sw-sync is usedChristian König1-0/+4
2025-11-25drm/client: log: Implement struct drm_client_funcs.restoreThomas Zimmermann1-0/+13
2025-11-25drm/client: Support emergency restore via sysrq for all clientsThomas Zimmermann6-45/+83
2025-11-25drm/client: Pass force parameter to client restoreThomas Zimmermann4-23/+13
2025-11-24drm/edp-panel: Add touchscreen panel used by Lenovo X13sDaniel Thompson1-0/+1
2025-11-24drm/bridge: simple: add ASL CS5263 DP-to-HDMI bridgeEttore Chimenti1-0/+5
2025-11-21drm/bridge: it66121: Add minimal it66122 supportNishanth Menon1-5/+9
2025-11-21drm/bridge: it66121: Use vid/pid to detect the type of chipNishanth Menon1-29/+29
2025-11-21drm/bridge: it66121: Sort the compatiblesNishanth Menon1-3/+3
2025-11-21drm/bridge: it66121: Drop ftrace like dev_dbg() printsNishanth Menon1-6/+0
2025-11-21drm/gem: Use vmemdup_array_user in drm_gem_objects_lookupTvrtko Ursulin1-10/+3
2025-11-21dma-buf: system_heap: use larger contiguous mappings instead of per-page mmapBarry Song1-9/+24
2025-11-19drm/panel: sofef00: Non-continuous mode and video burst are supportedDavid Heidelberg1-1/+2
2025-11-19drm/panel: sofef00: Mark the LPM mode always-onDavid Heidelberg1-2/+5
2025-11-19drm/panel: sofef00: Simplify get_modesDavid Heidelberg1-14/+7
2025-11-19drm/panel: sofef00: Introduce compatible which includes the panel nameDavid Heidelberg1-3/+4
2025-11-19drm/panel: sofef00: Initialise at 50% brightnessCasey Connolly1-1/+1
2025-11-19drm/panel: sofef00: Add prepare_prev_first flag to drm_panelCasey Connolly1-0/+2
2025-11-19drm/panel: sofef00: Introduce page macroDavid Heidelberg1-5/+10
2025-11-19drm/panel: sofef00: Split sending commands to the enable/disable functionsDavid Heidelberg1-1/+19
2025-11-19drm/panel: sofef00: Handle all regulatorsDavid Heidelberg1-11/+17
2025-11-19drm/panel: sofef00: Clean up panel description after s6e3fc2x01 removalDavid Heidelberg2-5/+6
2025-11-19drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panelChaoyi Chen1-0/+225
2025-11-19drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleepJosua Mayer1-4/+4
2025-11-19drm/panel: jadard-jd9365da-h3: Use dev_err_probe() instead of DRM_DEV_ERROR()...Abhishek Rajput1-12/+9
2025-11-19drm/panel: simple: Add Raystar RFF500F-AWH-DNN panel entryFabio Estevam1-0/+27
2025-11-19gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel supportSvyatoslav Ryhel1-0/+34
2025-11-19gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panelSvyatoslav Ryhel4-31/+198
2025-11-16drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridgeMaud Spierings1-0/+5
2025-11-15drm/rockchip: vop2: Use OVL_LAYER_SEL configuration instead of use win_mask c...Andy Yan1-7/+42
2025-11-15drm/rockchip: Set VOP for the DRM DMA deviceDmitry Osipenko1-0/+3
2025-11-15drm/rockchip: dw_hdmi_qp: Add high color depth supportCristian Ciocaltea1-3/+51
2025-11-15drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regsCristian Ciocaltea1-13/+8
2025-11-15drm/rockchip: dw_hdmi_qp: Switch to phy_configure()Cristian Ciocaltea1-18/+19
2025-11-15drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depthCristian Ciocaltea1-2/+9
2025-11-15drm/rockchip: vop2: Check bpc before switching DCLK sourceCristian Ciocaltea1-26/+32
2025-11-15drm/rockchip: analogix_dp: Use dev_err_probe() instead of DRM_DEV_ERROR() dur...Damon Ding1-17/+14
2025-11-15drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main structCristian Ciocaltea1-7/+7
2025-11-14drm/tegra: Add NVJPG driverDiogo Ivo4-0/+334
2025-11-14drm/tegra: dsi: Calculate packet parameters for video modeSvyatoslav Ryhel1-3/+10
2025-11-14drm/tegra: dsi: Make SOL delay calculation mode independentSvyatoslav Ryhel1-24/+18
2025-11-14gpu: host1x: Syncpoint interrupt performance optimizationMikko Perttunen3-9/+59
2025-11-13accel/amdxdna: Fix deadlock between context destroy and job timeoutLizhi Hou1-2/+4
2025-11-13accel/amdxdna: Clear mailbox interrupt register during channel creationLizhi Hou1-0/+1
2025-11-13drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formatsThomas Zimmermann1-7/+9
2025-11-12drm/nouveau: fully define nvfw_hs_load_header_v2Timur Tabi1-1/+3
2025-11-12drm/nouveau/drm: Bump the driver version to 1.4.1 to report new featuresMohamed Ahmed1-1/+3
2025-11-12drm/nouveau/mmu/tu102: Add support for compressed kindsBen Skeggs1-2/+44
2025-11-12drm/nouveau/mmu/gp100: Remove unused/broken support for compressionBen Skeggs2-37/+6
2025-11-12drm/nouveau/uvmm: Allow larger pagesMary Guillemard1-2/+58