On Thu, Dec 12, 2013 at 12:33 PM, Thierry Reding
wrote:
>> @@ -1118,6 +1118,8 @@ struct drm_device {
>> /** \name Context support */
>> /*@{ */
>> bool irq_enabled; /**< True if irq handler is enabled */
>> + int irq;
>
> This probably should be in a different p
On Wed, Dec 11, 2013 at 11:34:57AM +0100, Daniel Vetter wrote:
[...]
> diff --git a/include/drm/drmP.h b/include/drm/drmP.h
[...]
> @@ -1118,6 +1118,8 @@ struct drm_device {
> /** \name Context support */
> /*@{ */
> bool irq_enabled; /**< True if irq handler is enab
Since really that's all it protects - legacy horror stories in
drm_bufs.c. Since I don't want to waste any more time on this I didn't
bother to actually look at what it protects in there, but it's at
least contained now.
Signed-off-by: Daniel Vetter
---
drivers/gpu/drm/drm_bufs.c | 32 ++