Home
last modified time | relevance | path

Searched refs:info_packet (Results 1 – 6 of 6) 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/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/core/
H A Ddc_resource.c4787 struct dc_info_packet *info_packet, in set_spd_info_packet()
4804 *info_packet = stream->avi_infopacket;
5034 info_packet->hb0 = hdmi_info.packet_raw_data.hb0; in pipe_need_reprogram()
5035 info_packet->hb1 = hdmi_info.packet_raw_data.hb1; in pipe_need_reprogram()
5036 info_packet->hb2 = hdmi_info.packet_raw_data.hb2; in pipe_need_reprogram()
5039 info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index]; in pipe_need_reprogram()
5041 info_packet->valid = true; in pipe_need_reprogram()
5045 struct dc_info_packet *info_packet, in pipe_need_reprogram()
5056 *info_packet = stream->vsp_infopacket; in resource_build_bit_depth_reduction_params()
5060 struct dc_info_packet *info_packet, in resource_build_bit_depth_reduction_params()
4505 set_avi_info_frame(struct dc_info_packet * info_packet,struct pipe_ctx * pipe_ctx) set_avi_info_frame() argument
4763 set_vendor_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_vendor_info_packet() argument
4778 set_spd_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_spd_info_packet() argument
4793 set_hdr_static_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_hdr_static_info_packet() argument
4806 set_vsc_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_vsc_info_packet() argument
4815 set_hfvs_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_hfvs_info_packet() argument
4853 set_adaptive_sync_info_packet(struct dc_info_packet * info_packet,const struct dc_stream_state * stream,struct encoder_info_frame * info_frame,unsigned int vstartup_start) set_adaptive_sync_info_packet() argument
4870 set_vtem_info_packet(struct dc_info_packet * info_packet,struct dc_stream_state * stream) set_vtem_info_packet() argument
[all...]