On Son, 2010-10-24 at 17:00 -0200, Lucas Clemente Vella wrote:
> On regarding this bug
> https://bugs.freedesktop.org/show_bug.cgi?id=29726
> what is the relation between querying crtc id and the vblank event?
> Could you point where this query is needed?
The query is needed for userspace to know
On regarding this bug
https://bugs.freedesktop.org/show_bug.cgi?id=29726
what is the relation between querying crtc id and the vblank event?
Could you point where this query is needed?
--
Lucas Clemente Vella
lve...@gmail.com
___
dri-devel mailing lis
On Mit, 2010-05-12 at 18:01 +0200, Jerome Glisse wrote:
> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> crtc id. Bump the minor version so userspace can enable conditionaly
> features depend on this.
>
> V2 use num_crtc and avoid DRM_ERROR
>
> Signed-off-by: Jerome Glisse
On Sat, May 8, 2010 at 1:18 AM, Jerome Glisse wrote:
> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> crtc id. Bump the minor version so userspace can enable conditionaly
> features depend on this.
>
> Signed-off-by: Jerome Glisse
> ---
> drivers/gpu/drm/radeon/radeon_drv.c
On Fri, May 7, 2010 at 11:40 AM, Alex Deucher wrote:
> On Fri, May 7, 2010 at 11:18 AM, Jerome Glisse wrote:
>> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
>> crtc id. Bump the minor version so userspace can enable conditionaly
>> features depend on this.
>
> Just curious wh
On Fri, May 07, 2010 at 11:40:41AM -0400, Alex Deucher wrote:
> On Fri, May 7, 2010 at 11:18 AM, Jerome Glisse wrote:
> > Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> > crtc id. Bump the minor version so userspace can enable conditionaly
> > features depend on this.
>
> Jus
On Fri, May 7, 2010 at 11:18 AM, Jerome Glisse wrote:
> Userspace need to know the hw crtc id (0, 1, 2, ...) from the drm
> crtc id. Bump the minor version so userspace can enable conditionaly
> features depend on this.
Just curious what we need this for? Couldn't the id be handled in the
drm vi