summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2021-06-15drm/amd/display: Partition DPCD address space and break up transactionsWesley Chalmers-0/+17
2021-06-10Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...Dave Airlie-0/+5
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-62/+258
2021-06-07drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström-0/+13
2021-06-07drm: Add a prefetching memcpy_from_wcThomas Hellström-0/+7
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström-0/+168
2021-06-04drm/amdgpu: add yellow carp asic_type enumAaron Liu-0/+1
2021-06-04drm: fix doc warnings in drm_atomic.hYu Kuai-0/+4
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König-28/+18
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König-26/+46
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König-9/+6
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie-0/+12
2021-06-03drm/sched: Fix inverted comment for hang_limitAlyssa Rosenzweig-1/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König-4/+5
2021-06-01drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai-0/+12
2021-05-27drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij-4/+4
2021-05-27drm/fourcc: Remove struct drm_format_buf_nameThomas Zimmermann-8/+0
2021-05-27drm: Remove drm_get_format_name()Sakari Ailus-1/+0
2021-05-26drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann-28/+0
2021-05-25drm: Add and export function drm_fb_cma_sync_non_coherentPaul Cercueil-0/+5
2021-05-25drm: Add support for GEM buffers backed by non-coherent memoryPaul Cercueil-0/+3
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann-8/+32
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie-0/+1
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie-8/+31
2021-05-19drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky-0/+2
2021-05-19drm/amd/amdgpu: add beige_goby asic typeChengming Gui-0/+1
2021-05-17Merge drm/drm-next into drm-intel-nextRodrigo Vivi-32/+42
2021-05-12drm/modifiers: Enforce consistency between the cap an IN_FORMATSDaniel Vetter-0/+2
2021-05-10drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann-120/+85
2021-05-07drm/connector: Add a helper to attach the colorspace propertyMaxime Ripard-0/+1
2021-05-07drm/connector: Add helper to compare HDR metadataMaxime Ripard-0/+2
2021-05-07drm/connector: Create a helper to attach the hdr_output_metadata propertyMaxime Ripard-0/+1
2021-05-07drm/i915/adl_p: Add PCI Devices IDsClinton Taylor-0/+21
2021-05-03drm: Remove pdev field from struct drm_deviceThomas Zimmermann-3/+0
2021-05-01drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann-0/+4
2021-05-01drm/format-helper: Add blitter functionsThomas Zimmermann-0/+8
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann-1/+1
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij-1/+11
2021-04-29drm: Move struct drm_device.pdev to legacy sectionThomas Zimmermann-3/+3
2021-04-29drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGAAnand Moon-0/+2
2021-04-27drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul-10/+10
2021-04-27drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul-1/+2
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul-2/+2
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()Lyude Paul-1/+1
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul-1/+1
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul-1/+1
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul-1/+3
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul-2/+4
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul-1/+3
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul-1/+8