diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2014-03-18 17:22:55 -0700 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-19 13:03:54 +0100 |
commit | 262ca2b08fbdb9346e66ef30424b2226a00e0ffc (patch) | |
tree | 158f1af506dd0ec088194ad4228f7c5939f5fa44 /drivers/gpu/drm/radeon/sid.h | |
parent | 11ea8b7d3e9b5d62217fbd12d66866172e187f9b (diff) | |
download | blackbird-op-linux-262ca2b08fbdb9346e66ef30424b2226a00e0ffc.tar.gz blackbird-op-linux-262ca2b08fbdb9346e66ef30424b2226a00e0ffc.zip |
drm/i915: Rename similar plane functions to avoid confusion
The name 'update_plane' was used both for the primary plane functions in
intel_display.c and the sprite/overlay functions in intel_sprite.c.
Rename the primary plane functions to 'update_primary_plane' to avoid
confusion.
On a similar note, intel_display.c already had a function called
intel_disable_primary_plane() that programs the hardware to disable a
pipe's primary plane. When we hook up primary planes through the DRM
plane interface, one of the natural handler names will be
intel_primary_plane_disable(), which is very similar. To avoid
confusion, rename the existing intel_disable_primary_plane() to
intel_disable_primary_hw_plane() to make the two names a little more
distinct.
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
[danvet: Fix up conflicts.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/radeon/sid.h')
0 files changed, 0 insertions, 0 deletions