Re: [PATCH 1/5] drm: add plane support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 04 Nov 2011 11:22:10 +0900
Joonyoung Shim <jy0922.shim@xxxxxxxxxxx> wrote:
> > +struct drm_plane {
> > +	struct drm_device *dev;
> > +	struct device kdev;
> > +	struct device_attribute *attr;
> > +	struct list_head head;
> > +
> > +	struct drm_mode_object base;
> > +
> > +	uint32_t possible_crtcs;
> > +	uint32_t *format_types;
> > +	uint32_t format_count;
> > +
> > +	struct drm_crtc *crtc;
> > +	struct drm_framebuffer *fb;
> 
> Where are crtc and fb of struct drm_plane assigned?
> First, i did it in device specific update_plane, but can do in
> drm_mode_setplane?

Yeah it should probably be done in setplane if there's no error.  Fixed.

Thanks,
-- 
Jesse Barnes, Intel Open Source Technology Center

Attachment: signature.asc
Description: PGP signature

_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux