summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2023-03-22drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdocLiu Ying1-2/+2
2023-03-22drm/msm/gem: Prevent blocking within shrinker loopDmitry Osipenko1-1/+3
2023-03-11drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state()Imre Deak1-0/+3
2023-03-10drm/drm_print: correct format problemWayne Lin1-1/+1
2023-03-10drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz1-0/+4
2023-02-01drm/drm_vma_manager: Add drm_vma_node_allow_once()Nirmoy Das1-0/+1
2023-01-12drm/plane-helper: Add the missing declaration of drm_atomic_stateMa Jun1-0/+1
2022-12-31drm/edid: add a quirk for two LG monitors to get them to work on 10bpcHamza Mahfooz1-0/+6
2022-12-31drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui1-1/+1
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann29-374/+622
2022-10-19drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flagChristian König1-0/+9
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+59
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-355/+563
2022-09-28Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-14/+108
2022-09-28Merge tag 'drm-msm-next-2022-09-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie3-7/+57
2022-09-24drm_print: add _ddebug descriptor to drm_*dbg prototypesJim Cromie1-11/+12
2022-09-24drm_print: optimize drm_debug_enabled for jump-labelJim Cromie1-1/+20
2022-09-24drm-print: add drm_dbg_driver to improve namespace symmetryJim Cromie1-1/+2
2022-09-24drm-print.h: include dyndbg headerJim Cromie1-0/+1
2022-09-24drm_print: wrap drm_*_dbg in dyndbg descriptor factory macroJim Cromie1-0/+12
2022-09-24drm_print: interpose drm_*dbg with forwarding macrosJim Cromie1-2/+7
2022-09-24drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.Jim Cromie1-1/+2
2022-09-24drm_print: condense enum drm_debug_categoryJim Cromie1-11/+11
2022-09-20drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann1-0/+12
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann1-0/+44
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann1-7/+1
2022-09-18drm/panel: drop DSC pps pointerDmitry Baryshkov1-7/+0
2022-09-18drm/mipi-dsi: pass DSC data through the struct mipi_dsi_deviceDmitry Baryshkov1-0/+2
2022-09-17drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas1-0/+1
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard2-0/+4
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd...Dave Airlie2-0/+4
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann1-1/+10
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann1-5/+30
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann2-2/+8
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann1-0/+3
2022-09-07drm/ttm: Remove unnecessary '0' values from retLi zeming1-1/+1
2022-09-06drm/scheduler: quieten kernel-doc warningsRandy Dunlap1-4/+5
2022-09-06drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente1-0/+3
2022-09-04video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann1-0/+2
2022-09-02drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsetsVille Syrjälä2-2/+7
2022-08-30drm/dp: add drm_dp_phy_name() for getting DP PHY nameJani Nikula1-0/+2
2022-08-27drm/gem: Add LRU/shrinker helperRob Clark1-0/+55
2022-08-26drm/i915: Add new ADL-S pci idJosé Roberto de Souza1-0/+1
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul1-97/+80
2022-08-23drm/display/dp_mst: Maintain time slot allocations when deleting payloadsLyude Paul1-1/+4
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul1-0/+2
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul1-0/+15
2022-08-23drm/display/dp_mst: Add some missing kdocs for atomic MST structsLyude Paul1-0/+23
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul1-3/+9