drm: clarify scaling property names
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 1 Jul 2009 17:04:40 +0000 (10:04 -0700)
committerDave Airlie <airlied@linux.ie>
Wed, 19 Aug 2009 06:06:40 +0000 (16:06 +1000)
commit53bd83899f5ba6b0da8f5ef976129273854a72d4
tree267204f6162cd523235627898d50c91cf879fb20
parent776f3360de6ed246e973577828f725681120fd7a
drm: clarify scaling property names

Now that we're using the scaling property in the Intel driver I noticed
that the names were a bit confusing.  I've corrected them according to
our discussion on IRC and the mailing list, though I've left out
potential new additions for a new scaling property with an integer (or
two) for the scaling factor.  None of the drivers implement that today,
but if someone wants to do it, I think it could be done with the
addition of a single new type and a new property to describe the
scaling factor in the X and Y directions.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Acked-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/i915/intel_lvds.c
include/drm/drm_mode.h