Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c162 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
166 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
170 info_packet->hb2 = 0x02; in mod_build_vsc_infopacket()
174 info_packet->hb3 = 0x08; in mod_build_vsc_infopacket()
177 info_packet->sb[i] = 0; in mod_build_vsc_infopacket()
255 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
257 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
259 info_packet->hb2 = 0x05; in mod_build_vsc_infopacket()
261 info_packet->hb3 = 0x13; in mod_build_vsc_infopacket()
407 info_packet->sb[18] = 0; in mod_build_vsc_infopacket()
[all …]
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/dcn30/
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()
A Ddcn30_dio_stream_encoder.c54 const struct dc_info_packet *info_packet, in convert_dc_info_packet_to_128() argument
59 info_packet_128->hb0 = info_packet->hb0; in convert_dc_info_packet_to_128()
60 info_packet_128->hb1 = info_packet->hb1; in convert_dc_info_packet_to_128()
61 info_packet_128->hb2 = info_packet->hb2; in convert_dc_info_packet_to_128()
62 info_packet_128->hb3 = info_packet->hb3; in convert_dc_info_packet_to_128()
65 info_packet_128->sb[i] = info_packet->sb[i]; in convert_dc_info_packet_to_128()
72 const struct dc_info_packet *info_packet) in enc3_update_hdmi_info_packet() argument
76 if (info_packet->valid) { in enc3_update_hdmi_info_packet()
80 info_packet, in enc3_update_hdmi_info_packet()
A Ddcn30_vpg.h141 const struct dc_info_packet *info_packet,
167 const struct dc_info_packet *info_packet,
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_stream_encoder.c54 const struct dc_info_packet *info_packet) in enc2_update_hdmi_info_packet() argument
58 if (info_packet->valid) { in enc2_update_hdmi_info_packet()
62 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/modules/inc/
A Dmod_info_packet.h37 struct dc_info_packet *info_packet);
40 struct dc_info_packet *info_packet);
/linux/drivers/gpu/drm/amd/display/
A DMakefile35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
46 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c68 const struct dc_info_packet *info_packet) in dce110_update_generic_info_packet() argument
110 AFMT_GENERIC_HB0, info_packet->hb0, in dce110_update_generic_info_packet()
111 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
112 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()
113 AFMT_GENERIC_HB3, info_packet->hb3); in dce110_update_generic_info_packet()
121 (const uint32_t *) &info_packet->sb[0]; in dce110_update_generic_info_packet()
184 const struct dc_info_packet *info_packet) in dce110_update_hdmi_info_packet() argument
188 if (info_packet->valid) { in dce110_update_hdmi_info_packet()
192 info_packet); in dce110_update_hdmi_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_stream_encoder.c62 const struct dc_info_packet *info_packet) in enc1_update_generic_info_packet() argument
101 AFMT_GENERIC_HB0, info_packet->hb0, in enc1_update_generic_info_packet()
102 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
103 AFMT_GENERIC_HB2, info_packet->hb2, in enc1_update_generic_info_packet()
104 AFMT_GENERIC_HB3, info_packet->hb3); in enc1_update_generic_info_packet()
112 (const uint32_t *) &info_packet->sb[0]; in enc1_update_generic_info_packet()
165 const struct dc_info_packet *info_packet) in enc1_update_hdmi_info_packet() argument
169 if (info_packet->valid) { in enc1_update_hdmi_info_packet()
173 info_packet); in enc1_update_hdmi_info_packet()
A Ddcn10_stream_encoder.h593 const struct dc_info_packet *info_packet);
/linux/drivers/tty/ipwireless/
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/core/
A Ddc_resource.c2343 struct dc_info_packet *info_packet, in set_avi_info_frame() argument
2596 info_packet->hb0 = hdmi_info.packet_raw_data.hb0; in set_avi_info_frame()
2603 info_packet->valid = true; in set_avi_info_frame()
2607 struct dc_info_packet *info_packet, in set_vendor_info_packet() argument
2618 *info_packet = stream->vsp_infopacket; in set_vendor_info_packet()
2622 struct dc_info_packet *info_packet, in set_spd_info_packet() argument
2633 *info_packet = stream->vrr_infopacket; in set_spd_info_packet()
2637 struct dc_info_packet *info_packet, in set_hdr_static_info_packet() argument
2646 *info_packet = stream->hdr_static_metadata; in set_hdr_static_info_packet()
2650 struct dc_info_packet *info_packet, in set_vsc_info_packet() argument
[all …]

Completed in 27 milliseconds