]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/gpu/drm/amd/display/dc/dce/Makefile
drm/amd/display: fix aviInfoFrame bar Info and add set_avMute
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / amd / display / dc / dce / Makefile
1 #
2 # Makefile for common 'dce' logic
3 # HW object file under this folder follow similar pattern for HW programming
4 # - register offset and/or shift + mask stored in the dec_hw struct
5 # - register programming through common macros that look up register
6 # offset/shift/mask stored in dce_hw struct
7
8 DCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
9 dce_mem_input.o dce_clock_source.o dce_scl_filters.o dce_transform.o \
10 dce_clocks.o dce_opp.o dce_dmcu.o dce_abm.o dce_ipp.o
11
12
13 AMD_DAL_DCE = $(addprefix $(AMDDALPATH)/dc/dce/,$(DCE))
14
15 AMD_DISPLAY_FILES += $(AMD_DAL_DCE)