summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard20-66/+366
2023-01-02Merge drm/drm-next into drm-intel-nextJani Nikula11-40/+287
2022-12-22drm/debugfs: create device-centered debugfs functionsMaíra Canal2-0/+56
2022-12-16drm/plane-helper: Add the missing declaration of drm_atomic_stateMa Jun1-0/+1
2022-12-15drm/display: Add missing Adaptive Sync DPCD definitionsSung Joon Kim1-0/+6
2022-12-14drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger1-1/+6
2022-12-13drm: Add missing DP DSC extended capability definitions.Stanislav Lisovskiy1-1/+8
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie1-0/+2
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-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
2022-11-24drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard1-3/+3
2022-11-24drm/connector: Rename legacy TV propertyMaxime Ripard2-4/+6
2022-11-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-1/+8
2022-11-23Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann1-0/+2
2022-11-22accel: add dedicated minor for accelerator devicesOded Gabbay4-1/+96
2022-11-22drivers/accel: define kconfig and register a new majorOded Gabbay1-0/+32
2022-11-22Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie1-1/+2
2022-11-22Merge tag 'drm-misc-next-2022-11-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-3/+14
2022-11-21drm/gem-shmem: When drm_gem_object_init failed, should release objectChunyouTang1-0/+1
2022-11-20Revert "drm/fb-helper: Remove damage worker"Thomas Zimmermann1-0/+2
2022-11-16drm: Move nomodeset kernel parameter to drivers/videoThomas Zimmermann1-1/+7
2022-11-16drm/fb-helper: Remove damage workerThomas Zimmermann1-2/+0
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-39/+145
2022-11-15drm/amdgpu: revert "implement tdr advanced mode"Christian König1-3/+0
2022-11-15drm/connector: Add pixel clock to cmdline modeMaxime Ripard1-0/+7
2022-11-08drm/gem: Implement shadow-plane {begin, end}_fb_access with vmapThomas Zimmermann1-10/+10
2022-11-08drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann2-1/+60