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
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
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_
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_
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
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