[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