Home
last modified time | relevance | path

Searched refs:m_pref (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report231 m_pref = ' '
236 m_pref = '+'
241 m_pref = '-'
251 rows.append(['', m_pref, stats['name'] + ' ' + stats['quantity'],
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5796 struct drm_display_mode *m, *m_pref = NULL; in get_highest_refresh_rate_mode()
5811 m_pref = m; in get_highest_refresh_rate_mode()
5816 if (!m_pref) { in get_highest_refresh_rate_mode()
5818 m_pref = list_first_entry_or_null( in get_highest_refresh_rate_mode()
5820 if (!m_pref) { in get_highest_refresh_rate_mode()
5826 highest_refresh = drm_mode_vrefresh(m_pref); in get_highest_refresh_rate_mode()
5836 if (m->hdisplay == m_pref->hdisplay && in get_highest_refresh_rate_mode()
5837 m->vdisplay == m_pref->vdisplay &&
5840 m_pref = m; in is_freesync_video_mode()
5844 drm_mode_copy(&aconnector->freesync_vid_base, m_pref); in is_freesync_video_mode()
5786 struct drm_display_mode *m, *m_pref = NULL; get_highest_refresh_rate_mode() local
[all...]