summaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-01-151-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-0921-285/+804
| | |\ \ \
| | * | | | drm/fb: Extend format_info member arrays to handle four planesDhinakaran Pandiyan2020-01-071-4/+4
| * | | | | Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto...Dave Airlie2020-01-132-3/+25
| |\ \ \ \ \
| | * | | | | drm: add dp helper to initialize remote aux channel.David (Dingchen) Zhang2020-01-101-0/+1
| | * | | | | drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCsMikita Lipski2020-01-101-0/+3
| | * | | | | drm/dp_mst: Add branch bandwidth validation to MST atomic checkMikita Lipski2020-01-101-0/+1
| | * | | | | drm/dp_mst: Add DSC enablement helpers to DRMMikita Lipski2020-01-101-0/+5
| | * | | | | drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski2020-01-101-1/+2
| | * | | | | drm/dp_mst: Add new quirk for Synaptics MST hubsMikita Lipski2020-01-101-0/+7
| | * | | | | drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis2020-01-101-0/+2
| | * | | | | drm/dp_mst: Parse FEC capability on MST portsDavid Francis2020-01-101-0/+3
| | * | | | | drm/dp_mst: Add PBN calculation for DSC modesDavid Francis2020-01-101-2/+1
| * | | | | | Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie2020-01-132-3/+112
| |\| | | | |
| | * | | | | drm: Add Reusable task barrier.Andrey Grodzovsky2019-12-181-0/+107
| | * | | | | drm/scheduler: rework entity creationNirmoy Das2019-12-181-3/+5
| * | | | | | Merge tag 'drm-misc-next-2020-01-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-133-273/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge tag 'drm-misc-next-2020-01-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-093-10/+275
| |\ \ \ \ \ \
| * | | | | | | drm: of: Fix linking when CONFIG_OF is not setLaurent Pinchart2020-01-091-2/+3
* | | | | | | | drm: drop unused drm_display_mode.privateSam Ravnborg2020-02-151-9/+2
* | | | | | | | drm: drop unused drm_crtc callbackSam Ravnborg2020-02-151-16/+0
* | | | | | | | drm/print: clean up RATELIMITED macrosSam Ravnborg2020-02-151-20/+7
* | | | | | | | drm/print: Delete a few unused shouting macrosDaniel Vetter2020-02-141-26/+0
* | | | | | | | drm: Add support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo2020-02-142-0/+9
* | | | | | | | drm: Remove legacy version of get_scanout_position()Thomas Zimmermann2020-02-131-11/+1
* | | | | | | | drm: Clean-up VBLANK-related callbacks in struct drm_driverThomas Zimmermann2020-02-132-154/+3
* | | | | | | | drm: Add get_vblank_timestamp() to struct drm_crtc_funcsThomas Zimmermann2020-02-133-8/+58
* | | | | | | | drm: Add get_scanout_position() to struct drm_crtc_helper_funcsThomas Zimmermann2020-02-133-5/+74
* | | | | | | | drm/ttm: rework BO delayed delete. v2Christian König2020-02-121-8/+3
* | | | | | | | drm/client: Rename _force to _lockedDaniel Vetter2020-02-111-1/+1
* | | | | | | | drm/fbdev-helper: don't force restoresDaniel Vetter2020-02-111-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann2020-02-061-0/+9
* | | | | | | drm: Remove the dma_alloc_coherent wrapper for internal usageChris Wilson2020-02-051-6/+0
* | | | | | | drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon2020-01-313-0/+132
* | | | | | | drm/bridge: Add an ->atomic_check() hookBoris Brezillon2020-01-311-1/+28
* | | | | | | drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon2020-01-311-4/+4
* | | | | | | drm/bridge: Add a drm_bridge_state objectBoris Brezillon2020-01-313-0/+107
* | | | | | | drm: Initialize struct drm_crtc_state.no_vblank from device settingsThomas Zimmermann2020-01-303-9/+33
* | | | | | | drm/auth: Drop master_create/destroy hooksDaniel Vetter2020-01-291-14/+0
* | | | | | | drm: add drm_core_check_all_features() to check for a mask of featuresJani Nikula2020-01-251-2/+22
* | | | | | | drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson2020-01-241-1/+1
* | | | | | | drm: Release filp before global lockChris Wilson2020-01-241-0/+1
* | | | | | | Merge tag 'topic/drm-warn-2020-01-22' of git://anongit.freedesktop.org/drm/dr...Maxime Ripard2020-01-231-0/+29
|\ \ \ \ \ \ \
| * | | | | | | drm/print: introduce new struct drm_device based WARN* macrosPankaj Bharadiya2020-01-221-0/+29
| | |/ / / / / | |/| | | | |
* | | | | | | drm/dp_mst: Mention max_payloads in proposed_vcpis/payloads docsLyude Paul2020-01-231-2/+4
* | | | | | | drm/mipi_dbi: Add support for display offsetsGeert Uytterhoeven2020-01-191-0/+12
* | | | | | | drm/ttm: nuke invalidate_caches callbackChristian König2020-01-161-15/+0
* | | | | | | drm/drm_panel: fix export of drm_panel_of_backlight, try #3Arnd Bergmann2020-01-121-1/+2
* | | | | | | drm/connector: Split out orientation quirk detection (v2)Derek Basehore2020-01-111-2/+7
* | | | | | | drm: move DP_MAX_DOWNSTREAM_PORTS from i915 to drm coreOleg Vasilev2020-01-101-0/+2
| |_|/ / / / |/| | | | |