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

2011-11-01 Thread Lan, Hai
Hi Jesse, I hope the function of snb_update_plane can handle crtx_x<0 or crtc_y<0 just like my patch. What do you think about it? Thanks and best regards. Hai Lan >From 160c899739e7d07f273de889cc889316837d0790 Mon Sep 17 00:00:00 2001 From: Hai Lan Date: Tue, 1 Nov 2011 21:30:08 -0400 Subject

RE: [Intel-gfx] [PATCH 4/5] drm/i915: add SNB and IVB video sprite support

2011-11-03 Thread Lan, Hai
Hi Jesse, It sees that there might be an overflow when crtc_w or crtc_h =0. Following is my patch. Thanks and best regards. Hai Lan >From 778327daa3451f3c5f41c5db8bdccdcbf484267b Mon Sep 17 00:00:00 2001 From: Hai Lan Date: Fri, 4 Nov 2011 18:08:11 +0800 Subject: [PATCH] drm/i915:fix the overf

RE: [PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2012-02-05 Thread Lan, Hai
To improve the conformability and avoid compiling error with libva/intel-driver(expected specifier-qualifier-list before uint32_t), I think it's better to use __u32 instead of using uint32_t. Thanks and best regards. Hai Lan > #define DRM_MODE_FB_DIRTY_ANNOTATE_COPY 0x01 > #define DRM_MODE_FB_

[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2012-02-06 Thread Lan, Hai
To improve the conformability and avoid compiling error with libva/intel-driver(expected specifier-qualifier-list before uint32_t), I think it's better to use __u32 instead of using uint32_t. Thanks and best regards. Hai Lan > #define DRM_MODE_FB_DIRTY_ANNOTATE_COPY 0x01 > #define DRM_MODE_FB_

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

2011-11-01 Thread Lan, Hai
Hi Jesse, I hope the function of snb_update_plane can handle crtx_x<0 or crtc_y<0 just like my patch. What do you think about it? Thanks and best regards. Hai Lan

[Intel-gfx] [PATCH 4/5] drm/i915: add SNB and IVB video sprite support

2011-11-04 Thread Lan, Hai
Hi Jesse, It sees that there might be an overflow when crtc_w or crtc_h =0. Following is my patch. Thanks and best regards. Hai Lan