summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/dal/Makefile
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2015-07-31 22:12:11 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-09-21 17:45:16 -0400
commitb4f181b117dbc578a37500e18a4533335559e9d5 (patch)
tree603fc41a885c1c96a2e9fe72a5e2888b0f6ad1c0 /drivers/gpu/drm/amd/dal/Makefile
parent7a366fa8360a48b1d22e40bf170c21e9fb1be2ee (diff)
amd/dal: DAL Interface
This abstracts our internal hw programming sequences so we can (a) test it in user space and (b) use it more easily with current and future kernel modesetting APIs such as atomic. SW Layer /===============================================================\ | DAL Display Timing Mode Asic | | Interface Service Service Manager Capability | | | | Display Topology Display Link Adapter | | Path Manager Capability Service Service | | Service | |---------------------------------------------------------------| | GPIO IRQ I2cAux HW BIOS | | Service Manager Sequencer Parser | | | | Connector Encoder Audio GPU Controller | | | \===============================================================/ HW Layer Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/dal/Makefile')
-rw-r--r--drivers/gpu/drm/amd/dal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/dal/Makefile b/drivers/gpu/drm/amd/dal/Makefile
index b95ba1e51f55..d99e75f9b9ca 100644
--- a/drivers/gpu/drm/amd/dal/Makefile
+++ b/drivers/gpu/drm/amd/dal/Makefile
@@ -8,9 +8,9 @@ AMDDALPATH = $(RELATIVE_AMD_DAL_PATH)
subdir-ccflags-y += -I$(AMDDALPATH)/ -I$(AMDDALPATH)/include -DDAL_CZ_BRINGUP
DAL_LIBS = adapter amdgpu_dm audio asic_capability basics bios connector \
- controller dcs display_service display_path encoder gpio gpu \
- hw_sequencer i2caux irq link_service mode_manager timing_service \
- topology
+ controller dcs display_path display_service encoder gpio gpu \
+ hw_sequencer i2caux interface link_service mode_manager timing_service \
+ topology irq
AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DAL_PATH)/,$(DAL_LIBS)))