drm/i915: Remove duplicated intel_tile_height declaration
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
5b7c91b78b
commit
2eb49a69b4
1 changed files with 0 additions and 3 deletions
|
@ -1067,9 +1067,6 @@ intel_rotation_90_or_270(unsigned int rotation)
|
||||||
return rotation & (BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_270));
|
return rotation & (BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_270));
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int
|
|
||||||
intel_tile_height(struct drm_device *dev, uint32_t bits_per_pixel,
|
|
||||||
uint64_t fb_modifier);
|
|
||||||
void intel_create_rotation_property(struct drm_device *dev,
|
void intel_create_rotation_property(struct drm_device *dev,
|
||||||
struct intel_plane *plane);
|
struct intel_plane *plane);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue