Home
last modified time | relevance | path

Searched refs:hv_frame (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4508 struct hdmi_vendor_infoframe hv_frame;
4511 memset(&hv_frame, 0, sizeof(hv_frame));
4554 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, (struct drm_connector *)connector, mode_in);
4555 timing_out->hdmi_vic = hv_frame.vic;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5465 struct hdmi_vendor_infoframe hv_frame; in fill_stream_properties_from_drm_display_mode() local
5468 memset(&hv_frame, 0, sizeof(hv_frame)); in fill_stream_properties_from_drm_display_mode()
5511 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, (struct drm_connector *)connector, mode_in); in fill_stream_properties_from_drm_display_mode()
5512 timing_out->hdmi_vic = hv_frame.vic; in fill_stream_properties_from_drm_display_mode()

Completed in 20 milliseconds