Home
last modified time | relevance | path

Searched refs:info_packet (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c49 const struct dc_info_packet *info_packet, in vpg3_update_generic_info_packet() argument
89 VPG_GENERIC_DATA_BYTE0, info_packet->hb0, in vpg3_update_generic_info_packet()
90 VPG_GENERIC_DATA_BYTE1, info_packet->hb1, in vpg3_update_generic_info_packet()
91 VPG_GENERIC_DATA_BYTE2, info_packet->hb2, in vpg3_update_generic_info_packet()
92 VPG_GENERIC_DATA_BYTE3, info_packet->hb3); in vpg3_update_generic_info_packet()
100 (const uint32_t *) &info_packet->sb[0]; in vpg3_update_generic_info_packet()
H A Ddcn30_vpg.h146 const struct dc_info_packet *info_packet,
/linux/drivers/gpu/drm/amd/display/modules/info_packet/
H A DMakefile26 INFO_PACKET = info_packet.o
28 AMD_DAL_INFO_PACKET = $(addprefix $(AMDDALPATH)/modules/info_packet/,$(INFO_PACKET))
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c65 const struct dc_info_packet *info_packet) in dce110_update_generic_info_packet() argument
107 AFMT_GENERIC_HB0, info_packet->hb0, in dce110_update_generic_info_packet()
108 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
109 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()
110 AFMT_GENERIC_HB3, info_packet->hb3); in dce110_update_generic_info_packet()
118 (const uint32_t *) &info_packet->sb[0]; in dce110_update_generic_info_packet()
180 const struct dc_info_packet *info_packet) in dce110_update_hdmi_info_packet() argument
184 if (info_packet->valid) { in dce110_update_hdmi_info_packet()
188 info_packet); in dce110_update_hdmi_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dvpg.h37 const struct dc_info_packet *info_packet,