On Wed, 2 Nov 2011 05:56:56 + (UTC)
Inki Dae wrote:
> Hi, Jesse.
>
> drm_plane structure has format_types and format_conunt that they was set at
> booting time. but they aren't used anywhere. at intel_update_plane(), I guess
> they could be used to check if the format type(fb->pixel_format
Hi, Jesse.
drm_plane structure has format_types and format_conunt that they was set at
booting time. but they aren't used anywhere. at intel_update_plane(), I guess
they could be used to check if the format type(fb->pixel_format) from setplane
() is supported or not, comparing to plane->format_t
The video sprites support various video surface formats natively and can
handle scaling as well. So add support for them using the new DRM core
overlay support functions.
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/Makefile |1 +
drivers/gpu/drm/i915/i915_reg.h | 52