summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-13drm: Remove some obsolete drm pciids(tdfx, mga, i810, savage, r128, sis, via)Cai Huoqing1-112/+0
2023-01-13drm: Remove the obsolete driver-viaCai Huoqing1-282/+0
2023-01-13drm: Remove the obsolete driver-sisCai Huoqing1-77/+0
2023-01-13drm: Remove the obsolete driver-savageCai Huoqing1-220/+0
2023-01-13drm: Remove the obsolete driver-r128Cai Huoqing1-336/+0
2023-01-13drm: Remove the obsolete driver-mgaCai Huoqing1-429/+0
2023-01-13drm: Remove the obsolete driver-i810Cai Huoqing1-292/+0
2023-01-13drm/nouveau: Remove support for legacy contexts/buffersThomas Zimmermann1-7/+0
2023-01-12drm: document better that drivers shouldn't use drm_minor directlyDaniel Vetter1-2/+15
2023-01-10drm/debugfs: add descriptions to struct parametersMaíra Canal1-0/+18
2023-01-07drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macroJavier Martinez Canillas1-0/+18
2023-01-07drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition formatJavier Martinez Canillas1-9/+12
2023-01-05drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov1-2/+0
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov1-0/+22
2023-01-05drm/fourcc: Document open source user waiverDaniel Vetter1-0/+12
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann1-1/+0
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann1-0/+9
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann1-0/+3
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann1-0/+3
2022-12-22drm/debugfs: create device-centered debugfs functionsMaíra Canal2-0/+56
2022-12-14drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger1-1/+6
2022-12-12Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Robert Foss1-0/+1
2022-12-08drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson1-0/+10
2022-12-08drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson1-0/+8
2022-12-08drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg1-28/+0
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard1-2/+49
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard1-2/+30
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard1-1/+4
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard1-2/+1
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard1-1/+4
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard1-0/+11
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König5-488/+169
2022-12-06drm/ttm: use per BO cleanup workersChristian König2-19/+6
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König1-16/+0
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann1-1/+15
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann1-2/+4
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann1-0/+16
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann3-6/+4
2022-12-01media: uapi: add MEDIA_BUS_FMT_BGR666_1X24_CPADHIJoerg Quinten1-1/+2
2022-12-01media: uapi: add MEDIA_BUS_FMT_BGR666_1X18Joerg Quinten1-1/+2
2022-12-01media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHIChris Morgan1-1/+2
2022-11-29drm/audio: make drm_audio_component.h self-containedJani Nikula1-0/+3
2022-11-28drm/atomic: Constify the old/new state accessorsMaxime Ripard1-16/+16
2022-11-24drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard1-0/+3
2022-11-24drm/atomic-helper: Add a TV properties reset helperMaxime Ripard1-0/+1
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes1-0/+1
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard1-0/+12
2022-11-24drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard1-0/+2
2022-11-24drm/modes: Add a function to generate analog display modesMaxime Ripard1-0/+17
2022-11-24drm/connector: Add TV standard propertyMaxime Ripard2-0/+72