mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
drm/edid: s/drm_gtf_modes_for_range/drm_dmt_modes_for_range/
Slightly more honest naming. Signed-off-by: Adam Jackson <ajax@redhat.com> Tested-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
9a225c9ce2
commit
cd4cd3ded8
1 changed files with 2 additions and 2 deletions
|
@ -1017,7 +1017,7 @@ mode_in_range(const struct drm_display_mode *mode, struct edid *edid,
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid,
|
drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid,
|
||||||
struct detailed_timing *timing)
|
struct detailed_timing *timing)
|
||||||
{
|
{
|
||||||
int i, modes = 0;
|
int i, modes = 0;
|
||||||
|
@ -1045,7 +1045,7 @@ do_inferred_modes(struct detailed_timing *timing, void *c)
|
||||||
int gtf = (closure->edid->features & DRM_EDID_FEATURE_DEFAULT_GTF);
|
int gtf = (closure->edid->features & DRM_EDID_FEATURE_DEFAULT_GTF);
|
||||||
|
|
||||||
if (gtf && data->type == EDID_DETAIL_MONITOR_RANGE)
|
if (gtf && data->type == EDID_DETAIL_MONITOR_RANGE)
|
||||||
closure->modes += drm_gtf_modes_for_range(closure->connector,
|
closure->modes += drm_dmt_modes_for_range(closure->connector,
|
||||||
closure->edid,
|
closure->edid,
|
||||||
timing);
|
timing);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue