aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-031-1/+0
* drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-031-0/+9
* drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-031-0/+3
* drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-031-0/+3
* drm/debugfs: create device-centered debugfs functionsMaíra Canal2022-12-222-0/+56
* drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger2022-12-141-1/+6
* drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson2022-12-081-0/+10
* drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson2022-12-081-0/+8
* drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg2022-12-081-28/+0
* drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard2022-12-081-2/+49
* drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard2022-12-081-2/+30
* drm/tests: helpers: Create the device in another functionMaxime Ripard2022-12-081-1/+4
* drm/tests: helpers: Remove the name parameterMaxime Ripard2022-12-081-2/+1
* drm/tests: helpers: Rename the device init helperMaxime Ripard2022-12-081-1/+4
* drm/tests: helpers: Move the helper header to include/drmMaxime Ripard2022-12-081-0/+11
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-065-488/+169
* drm/ttm: use per BO cleanup workersChristian König2022-12-062-19/+6
* drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-16/+0
* drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann2022-12-051-1/+15
* drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann2022-12-051-2/+4
* drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann2022-12-051-0/+16
* drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann2022-12-053-6/+4
* drm/audio: make drm_audio_component.h self-containedJani Nikula2022-11-291-0/+3
* drm/atomic: Constify the old/new state accessorsMaxime Ripard2022-11-281-16/+16
* drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard2022-11-241-0/+3
* drm/atomic-helper: Add a TV properties reset helperMaxime Ripard2022-11-241-0/+1
* drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-241-0/+1
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-241-0/+12
* drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-241-0/+2
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-241-0/+17
* drm/connector: Add TV standard propertyMaxime Ripard2022-11-242-0/+72
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-3/+3
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-242-4/+6
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-11-242-1/+8
|\
| * Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-221-1/+2
| |\
| | * drm/amdgpu: revert "implement tdr advanced mode"Christian König2022-11-151-3/+0
| * | Merge tag 'drm-misc-next-2022-11-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-223-3/+14
| |\ \
| * \ \ Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-166-39/+145
| |\ \ \ | | |_|/ | |/| |
| * | | Merge tag 'amd-drm-next-6.2-2022-11-04' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-081-0/+6
| |\ \ \
| | * | | drm/edid: add a quirk for two LG monitors to get them to work on 10bpcHamza Mahfooz2022-10-271-0/+6
* | | | | drm/gem-shmem: When drm_gem_object_init failed, should release objectChunyouTang2022-11-211-0/+1
* | | | | Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann2022-11-201-0/+2
| |_|_|/ |/| | |
* | | | drm: Move nomodeset kernel parameter to drivers/videoThomas Zimmermann2022-11-161-1/+7
* | | | drm/fb-helper: Remove damage workerThomas Zimmermann2022-11-161-2/+0
* | | | drm/connector: Add pixel clock to cmdline modeMaxime Ripard2022-11-151-0/+7
| |_|/ |/| |
* | | drm/gem: Implement shadow-plane {begin, end}_fb_access with vmapThomas Zimmermann2022-11-081-10/+10
* | | drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann2022-11-082-1/+60
* | | drm/fb-helper: Document struct drm_fb_helper.hint_leak_smem_startThomas Zimmermann2022-11-081-0/+7
* | | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-052-9/+15
* | | drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesThomas Zimmermann2022-11-051-0/+2