]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Introduce DC VM interface
authorEryk Brol <eryk.brol@amd.com>
Fri, 7 Dec 2018 15:25:13 +0000 (10:25 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Jan 2019 21:15:36 +0000 (16:15 -0500)
commitc9a750da2f52ad86f8bf8b2a6fc28ecc8f7d6f83
tree442d46c39b114fc2fd107466795d8445d8a88188
parent1e6b1c010f5239baf8495d9c3a0ded9d71b1de29
drm/amd/display: Introduce DC VM interface

Virtual memory allows display to support flipping to surfaces which
are not allocated contiguously in memory with physical addresses,
instead a 1-4 level page table is used.

This is beneficial because it allows the scattering of large surfaces
to improve memory efficiency and security.

Signed-off-by: Eryk Brol <eryk.brol@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/Makefile
drivers/gpu/drm/amd/display/dc/core/dc_vm_helper.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h
drivers/gpu/drm/amd/display/dc/inc/hw/vmid.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/vm_helper.h [new file with mode: 0644]