[PATCH 2/3] drm/radeon/kms: fix the crtc number check

2011-10-26 Thread Alex Deucher
On Tue, Oct 25, 2011 at 10:40 PM, Ilija Hadzic wrote: > the crtc check in radeon_get_vblank_timestamp_kms should be against > the num_crtc field in radeon_device not against num_crtcs in drm_device This more correct, but would there ever be a case where they are different? Alex Reviewed-by: Ale

Re: [PATCH 2/3] drm/radeon/kms: fix the crtc number check

2011-10-26 Thread Alex Deucher
On Tue, Oct 25, 2011 at 10:40 PM, Ilija Hadzic wrote: > the crtc check in radeon_get_vblank_timestamp_kms should be against > the num_crtc field in radeon_device not against num_crtcs in drm_device This more correct, but would there ever be a case where they are different? Alex Reviewed-by: Ale

[PATCH 2/3] drm/radeon/kms: fix the crtc number check

2011-10-25 Thread Ilija Hadzic
the crtc check in radeon_get_vblank_timestamp_kms should be against the num_crtc field in radeon_device not against num_crtcs in drm_device Signed-off-by: Ilija Hadzic --- drivers/gpu/drm/radeon/radeon_kms.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/dr

[PATCH 2/3] drm/radeon/kms: fix the crtc number check

2011-10-25 Thread Ilija Hadzic
the crtc check in radeon_get_vblank_timestamp_kms should be against the num_crtc field in radeon_device not against num_crtcs in drm_device Signed-off-by: Ilija Hadzic --- drivers/gpu/drm/radeon/radeon_kms.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/dr