[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-10-25 Thread Michel Dänzer
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-10-25 Thread Michel Dänzer
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-10-25 Thread Lucas Clemente Vella
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-10-24 Thread Lucas Clemente Vella
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 lvella at gmail.com

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info V2

2010-05-19 Thread Michel Dänzer
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info V2

2010-05-19 Thread Michel Dänzer
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info V2

2010-05-12 Thread Jerome Glisse
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 --- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- drivers/gpu/drm/ra

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info V2

2010-05-12 Thread Jerome Glisse
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 --- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- drivers/gpu/drm/ra

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-11 Thread Dave Airlie
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-10 Thread Dave Airlie
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Jerome Glisse
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Jerome Glisse
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 |3 ++- drivers/gpu/drm/radeon/radeon_kms.c | 18

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Alex Deucher
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Alex Deucher
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Alex Deucher
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Jerome Glisse
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

Re: [PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Alex Deucher
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

[PATCH] drm/radeon/kms: add query for crtc hw id from crtc id to get info

2010-05-07 Thread Jerome Glisse
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 |3 ++- drivers/gpu/drm/radeon/radeon_kms.c | 18