Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c134 struct dc_info_packet *info_packet, in mod_build_vsc_infopacket() argument
169 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
173 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
177 info_packet->hb2 = 0x04; in mod_build_vsc_infopacket()
182 info_packet->hb3 = 0x0E; in mod_build_vsc_infopacket()
185 info_packet->sb[i] = 0; in mod_build_vsc_infopacket()
187 info_packet->valid = true; in mod_build_vsc_infopacket()
192 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
196 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
200 info_packet->hb2 = 0x02; in mod_build_vsc_infopacket()
[all …]
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/modules/inc/
H A Dmod_info_packet.h37 struct dc_info_packet *info_packet,
42 struct dc_info_packet *info_packet);
73 struct dc_info_packet *info_packet);
76 const struct AS_Df_params *param, struct dc_info_packet *info_packet);
78 void mod_build_adaptive_sync_infopacket_v1(struct dc_info_packet *info_packet);
/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/dc/dio/dcn20/
H A Ddcn20_stream_encoder.c53 const struct dc_info_packet *info_packet) in enc2_update_hdmi_info_packet() argument
57 if (info_packet->valid) { in enc2_update_hdmi_info_packet()
61 info_packet); in enc2_update_hdmi_info_packet()
214 const struct dc_info_packet_128 *info_packet, in enc2_update_gsp7_128_info_packet() argument
223 const uint32_t *content = (const uint32_t *) &info_packet->sb[0]; in enc2_update_gsp7_128_info_packet()
225 ASSERT(info_packet->hb1 == DC_DP_INFOFRAME_TYPE_PPS); in enc2_update_gsp7_128_info_packet()
248 AFMT_GENERIC_HB0, info_packet->hb0, in enc2_update_gsp7_128_info_packet()
249 AFMT_GENERIC_HB1, info_packet->hb1, in enc2_update_gsp7_128_info_packet()
250 AFMT_GENERIC_HB2, info_packet->hb2, in enc2_update_gsp7_128_info_packet()
251 AFMT_GENERIC_HB3, info_packet->hb3); in enc2_update_gsp7_128_info_packet()
/linux/drivers/gpu/drm/amd/display/
H A DMakefile50 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
59 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dvpg.h37 const struct dc_info_packet *info_packet,
/linux/drivers/tty/ipwireless/
H A Dhardware.c1404 struct ipw_setup_info_packet *info_packet; in __handle_setup_get_version_rsp() local
1473 info_packet = alloc_ctrl_packet(sizeof(struct ipw_setup_info_packet), in __handle_setup_get_version_rsp()
1477 if (!info_packet) in __handle_setup_get_version_rsp()
1479 info_packet->header.length = sizeof(struct tl_setup_info_msg); in __handle_setup_get_version_rsp()
1480 info_packet->body.driver_type = NDISWAN_DRIVER; in __handle_setup_get_version_rsp()
1481 info_packet->body.major_version = NDISWAN_DRIVER_MAJOR_VERSION; in __handle_setup_get_version_rsp()
1482 info_packet->body.minor_version = NDISWAN_DRIVER_MINOR_VERSION; in __handle_setup_get_version_rsp()
1483 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_stream_encoder.c53 const struct dc_info_packet *info_packet) in enc3_update_hdmi_info_packet() argument
57 if (info_packet->valid) { in enc3_update_hdmi_info_packet()
61 info_packet, in enc3_update_hdmi_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.h640 const struct dc_info_packet *info_packet);