summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2022-09-20drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macroThomas Zimmermann-0/+12
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann-0/+44
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann-7/+1
2022-09-18drm/panel: drop DSC pps pointerDmitry Baryshkov-7/+0
2022-09-18drm/mipi-dsi: pass DSC data through the struct mipi_dsi_deviceDmitry Baryshkov-0/+2
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas-0/+1
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+1
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+4
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd...Dave Airlie-0/+4
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann-1/+10
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann-5/+30
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann-2/+8
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann-0/+3
2022-09-07drm/ttm: Remove unnecessary '0' values from retLi zeming-1/+1
2022-09-06drm/scheduler: quieten kernel-doc warningsRandy Dunlap-4/+5
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente-0/+3
2022-09-04video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann-0/+2
2022-09-02drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsetsVille Syrjälä-2/+7
2022-08-30drm/dp: add drm_dp_phy_name() for getting DP PHY nameJani Nikula-0/+2
2022-08-27drm/gem: Add LRU/shrinker helperRob Clark-0/+55
2022-08-26drm/i915: Add new ADL-S pci idJosé Roberto de Souza-0/+1
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul-97/+80
2022-08-23drm/display/dp_mst: Maintain time slot allocations when deleting payloadsLyude Paul-1/+4
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul-0/+2
2022-08-23drm/display/dp_mst: Add nonblocking helpers for DP MSTLyude Paul-0/+15
2022-08-23drm/display/dp_mst: Add some missing kdocs for atomic MST structsLyude Paul-0/+23
2022-08-23drm/display/dp_mst: Call them time slots, not VCPI slotsLyude Paul-3/+9
2022-08-23drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocationLyude Paul-2/+2
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam-0/+40
2022-08-16drm/dp_mst: add passthrough_aux to struct drm_dp_mst_portHamza Mahfooz-0/+4
2022-08-11drm: New function to get luminance range based on static hdr metadataJouni Högander-0/+21
2022-08-10drm/format-helper: Rename parameter vmap to srcThomas Zimmermann-9/+9
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann-2/+3
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann-2/+3
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann-3/+3
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann-5/+3
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann-6/+3
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann-2/+3
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann-3/+3
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann-4/+3
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann-3/+4
2022-08-04drm: Remove the drm_get_unmapped_area() helperZack Rusin-9/+0
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-2/+2
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-80/+80
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-5/+5
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann-3/+36
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann-6/+16
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-1/+1
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-9/+9
2022-07-22Merge tag 'drm-intel-gt-next-2022-07-13' of git://anongit.freedesktop.org/drm...Dave Airlie-3/+36