Home
last modified time | relevance | path

Searched refs:dcn401 (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/
H A DMakefile10 CFLAGS_$(AMDDALPATH)/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.o := $(soc_and_ip…
12 CFLAGS_REMOVE_$(AMDDALPATH)/dc/soc_and_ip_translator/dcn401/dcn401_soc_and_ip_translator.o := $(soc…
15 soc_and_ip_translator += dcn401/dcn401_soc_and_ip_translator.o
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A DMakefile30 AMD_DISPLAY_FILES += $(addprefix $(AMDDALPATH)/dc/dsc/dcn401/,$(DSC_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/mpc/
H A DMakefile68 AMD_DAL_MPC_DCN401 = $(addprefix $(AMDDALPATH)/dc/mpc/dcn401/,$(MPC_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/dpp/
H A DMakefile79 AMD_DAL_DPP_DCN401 = $(addprefix $(AMDDALPATH)/dc/dpp/dcn401/,$(DPP_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/hubp/
H A DMakefile93 AMD_DAL_HUBP_DCN401 = $(addprefix $(AMDDALPATH)/dc/hubp/dcn401/,$(HUBP_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/dccg/
H A DMakefile100 AMD_DAL_DCCG_DCN401 = $(addprefix $(AMDDALPATH)/dc/dccg/dcn401/,$(DCCG_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/hubbub/
H A DMakefile99 AMD_DAL_HUBBUB_DCN401 = $(addprefix $(AMDDALPATH)/dc/hubbub/dcn401/,$(HUBBUB_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/optc/
H A DMakefile110 AMD_DAL_OPTC_DCN401 = $(addprefix $(AMDDALPATH)/dc/optc/dcn401/,$(OPTC_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/dio/
H A DMakefile123 AMD_DAL_DIO_DCN401 = $(addprefix $(AMDDALPATH)/dc/dio/dcn401/,$(DIO_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A DMakefile131 AMD_DAL_GPIO_DCN401 = $(addprefix $(AMDDALPATH)/dc/gpio/dcn401/,$(GPIO_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/irq/
H A DMakefile198 AMD_DAL_IRQ_DCN401= $(addprefix $(AMDDALPATH)/dc/irq/dcn401/,$(IRQ_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A DMakefile188 AMD_DAL_CLK_MGR_DCN401 = $(addprefix $(AMDDALPATH)/dc/clk_mgr/dcn401/,$(CLK_MGR_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A DMakefile199 AMD_DAL_HWSS_DCN401 = $(addprefix $(AMDDALPATH)/dc/hwss/dcn401/,$(HWSS_DCN401))
/linux/drivers/gpu/drm/amd/display/dc/resource/
H A DMakefile221 AMD_DAL_RESOURCE_DCN401 = $(addprefix $(AMDDALPATH)/dc/resource/dcn401/,$(RESOURCE_DCN401))
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h861 struct dmub_cursor_offload_pipe_data_dcn401_v1 dcn401; /**< DCN401 cursor data. */ member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3002 p = &cs->offload_streams[stream_idx].payloads[payload_idx].pipe_data[pipe->pipe_idx].dcn401; in dcn401_update_cursor_offload_pipe()