summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+12
|\ \ | |/ |/|
| * drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai2021-06-011-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-191-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
| | * | drm: Rename DP_PSR_SELECTIVE_UPDATE to better mach eDP specJosé Roberto de Souza2021-04-261-8/+8
* | | | drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky2021-05-191-0/+2
|/ / /
* | | drm/modifiers: Enforce consistency between the cap an IN_FORMATSDaniel Vetter2021-05-121-0/+2
* | | drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-103-120/+85
* | | drm/connector: Add a helper to attach the colorspace propertyMaxime Ripard2021-05-071-0/+1
* | | drm/connector: Add helper to compare HDR metadataMaxime Ripard2021-05-071-0/+2
* | | drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard2021-05-071-0/+1
* | | drm: Remove pdev field from struct drm_deviceThomas Zimmermann2021-05-031-3/+0
* | | drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann2021-05-011-0/+4
* | | drm/format-helper: Add blitter functionsThomas Zimmermann2021-05-011-0/+8
* | | drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-1/+1
* | | drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij2021-04-291-1/+11
* | | drm: Move struct drm_device.pdev to legacy sectionThomas Zimmermann2021-04-291-3/+3
* | | drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul2021-04-271-10/+10
* | | drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul2021-04-271-1/+2
* | | drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul2021-04-271-2/+2
* | | drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()Lyude Paul2021-04-271-1/+1
* | | drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul2021-04-271-1/+1
* | | drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul2021-04-271-1/+1
* | | drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul2021-04-271-1/+3
* | | drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul2021-04-271-2/+4
* | | drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul2021-04-271-1/+3