summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2023-01-17Merge tag 'drm-intel-next-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+8
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-14/+100
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie-0/+6
2023-01-13drm: Define enum mode_set_atomic in drm_modeset_helper_tables.hThomas Zimmermann-6/+5
2023-01-13drm: Don't include <linux/fb.h> in drm_crtc_helper.hThomas Zimmermann-2/+0
2023-01-13drm: Remove some obsolete drm pciids(tdfx, mga, i810, savage, r128, sis, via)Cai Huoqing-112/+0
2023-01-13drm/nouveau: Remove support for legacy contexts/buffersThomas Zimmermann-7/+0
2023-01-12drm: document better that drivers shouldn't use drm_minor directlyDaniel Vetter-2/+15
2023-01-10drm/debugfs: add descriptions to struct parametersMaíra Canal-0/+18
2023-01-07drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macroJavier Martinez Canillas-0/+18
2023-01-07drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition formatJavier Martinez Canillas-9/+12
2023-01-05drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov-2/+0
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov-0/+22
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-576/+513
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann-1/+0
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann-0/+9
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann-0/+3
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann-0/+3
2023-01-03Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-0/+1
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-66/+366
2023-01-02Merge drm/drm-next into drm-intel-nextJani Nikula-40/+287
2022-12-22drm/debugfs: create device-centered debugfs functionsMaíra Canal-0/+56
2022-12-16drm/plane-helper: Add the missing declaration of drm_atomic_stateMa Jun-0/+1
2022-12-15drm/display: Add missing Adaptive Sync DPCD definitionsSung Joon Kim-0/+6
2022-12-14drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger-1/+6
2022-12-13drm: Add missing DP DSC extended capability definitions.Stanislav Lisovskiy-1/+8
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie-0/+2
2022-12-08drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson-0/+10
2022-12-08drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson-0/+8
2022-12-08drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg-28/+0
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard-2/+49
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard-2/+30
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard-1/+4
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard-2/+1
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard-1/+4
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard-0/+11
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König-488/+169
2022-12-06drm/ttm: use per BO cleanup workersChristian König-19/+6
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König-16/+0
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann-1/+15
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann-2/+4
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann-0/+16
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann-6/+4
2022-11-29drm/audio: make drm_audio_component.h self-containedJani Nikula-0/+3
2022-11-28drm/atomic: Constify the old/new state accessorsMaxime Ripard-16/+16
2022-11-24drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard-0/+3
2022-11-24drm/atomic-helper: Add a TV properties reset helperMaxime Ripard-0/+1
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes-0/+1
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard-0/+12
2022-11-24drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard-0/+2