HomeSort by: relevance | last modified time | path
    Searched defs:hv_frame (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3773 struct hdmi_vendor_infoframe hv_frame; local in function:fill_stream_properties_from_drm_display_mode
3776 memset(&hv_frame, 0, sizeof(hv_frame));
3818 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, __UNCONST(connector), mode_in);
3819 timing_out->hdmi_vic = hv_frame.vic;
amdgpu_dm.c 3773 struct hdmi_vendor_infoframe hv_frame; local in function:fill_stream_properties_from_drm_display_mode
3776 memset(&hv_frame, 0, sizeof(hv_frame));
3818 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, __UNCONST(connector), mode_in);
3819 timing_out->hdmi_vic = hv_frame.vic;
amdgpu_dm.c 3773 struct hdmi_vendor_infoframe hv_frame; local in function:fill_stream_properties_from_drm_display_mode
3776 memset(&hv_frame, 0, sizeof(hv_frame));
3818 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, __UNCONST(connector), mode_in);
3819 timing_out->hdmi_vic = hv_frame.vic;

Completed in 125 milliseconds