summaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-2115-58/+321
|\| | | | |/ / |/| |
| * | drm/dp: Move panel DP AUX backlight support to drm_dp_helperDouglas Anderson2021-07-132-8/+16
| * | drm/gem: Export implementation of shadow-plane helpersThomas Zimmermann2021-07-131-0/+6
| * | drm: bridge: Mark deprecated operations in drm_bridge_funcsSam Ravnborg2021-07-121-3/+23
| * | drm/panel: add basic DP AUX backlight supportRajeev Nandan2021-07-091-4/+12
| * | drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()Thomas Zimmermann2021-07-051-4/+0
| * | drm/dbi: Print errors for mipi_dbi_command()Linus Walleij2021-07-051-1/+6
| * | drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-5/+9
| * | drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+22
| * | drm/sched: Document what the timedout_job method should doBoris Brezillon2021-07-011-0/+14
| * | drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as defaultDaniel Vetter2021-06-241-2/+5
| * | drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-0/+12
| * | drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter2021-06-241-2/+5
| * | drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3Lang Yu2021-06-231-2/+5
| * | drm: Mention the power state requirement on side-channel operationsMaxime Ripard2021-06-233-0/+15
| * | drm/dp_helper: Mention the concurrency requirement hw_mutexMaxime Ripard2021-06-231-0/+4
| * | drm/dp_helper: Rework the drm_dp_aux documentationMaxime Ripard2021-06-231-33/+69
| * | Merge tag 'tags/topic/i915-ttm-2021-06-11' into drm-misc-nextThomas Zimmermann2021-06-141-1/+1
| |\|
| | * drm/vma: Add a driver_private member to vma_node.Maarten Lankhorst2021-06-111-1/+1
| * | drm: Introduce the DP AUX busDouglas Anderson2021-06-111-0/+57
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-06-102-0/+17
| |\|
| * | drm/dp: Extract i915's eDP backlight code into DRM helpersLyude Paul2021-06-091-0/+48
* | | drm/amd/display: Partition DPCD address space and break up transactionsWesley Chalmers2021-06-151-0/+17
| |/ |/|
* | Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-102-0/+5
|\ \
| * | drm/amdgpu: add yellow carp asic_type enumAaron Liu2021-06-041-0/+1
| * | drm: fix doc warnings in drm_atomic.hYu Kuai2021-06-041-0/+4
* | | Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-109-62/+258
|\ \ \ | |/ / |/| / | |/
| * drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström2021-06-071-0/+13
| * drm: Add a prefetching memcpy_from_wcThomas Hellström2021-06-071-0/+7
| * drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström2021-06-075-0/+168
| * drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-042-28/+18
| * drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-043-26/+46
| * drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-043-9/+6
| * drm/sched: Fix inverted comment for hang_limitAlyssa Rosenzweig2021-06-031-1/+1
| * drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-022-4/+5
* | Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-031-0/+12
|\ \ | |/ |/|
| * drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai2021-06-021-0/+12
* | drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij2021-05-271-4/+4
* | drm/fourcc: Remove struct drm_format_buf_nameThomas Zimmermann2021-05-271-8/+0
* | drm: Remove drm_get_format_name()Sakari Ailus2021-05-271-1/+0
* | drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann2021-05-262-28/+0
* | drm: Add and export function drm_fb_cma_sync_non_coherentPaul Cercueil2021-05-251-0/+5
* | drm: Add support for GEM buffers backed by non-coherent memoryPaul Cercueil2021-05-251-0/+3
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-223-8/+32
|\|
| * Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-211-0/+1
| |\
| | * drm/amd/amdgpu: add beige_goby asic typeChengming Gui2021-05-201-0/+1
| * | Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2021-05-212-8/+31
| |\ \
| | * | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2021-05-174-32/+42
| | |\|
| | * | drm/i915/adl_p: Add PCI Devices IDsClinton Taylor2021-05-071-0/+21
| | * | drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGAAnand Moon2021-04-291-0/+2