Re: [Intel-gfx] [PATCH 04/11] drm/i915: add SNB video sprite support

2011-11-02 Thread Jesse Barnes
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

Re: [Intel-gfx] [PATCH 04/11] drm/i915: add SNB video sprite support

2011-11-01 Thread Inki Dae
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

[Intel-gfx] [PATCH 04/11] drm/i915: add SNB video sprite support

2011-10-25 Thread Jesse Barnes
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