dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* drm/radeon/kms: a few nits
@ 2011-10-26  2:40 Ilija Hadzic
  2011-10-26  2:40 ` [PATCH 1/3] drm/radeon/kms: use crtc-specific dpms functions in prepare and commit Ilija Hadzic
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ilija Hadzic @ 2011-10-26  2:40 UTC (permalink / raw)
  To: airlied, dri-devel

The following three patches address various minor nits. They are all safe
and I have been running with them for several months on a wide variety
of AMD GPUs

The first patch:
[PATCH 1/3] drm/radeon/kms: use crtc-specific dpms functions in
does not change the functionality and affects the function that is used
only by r100 ASICs, but make the code more correct (strictly speaking).

The second patch:
[PATCH 2/3] drm/radeon/kms: fix the crtc number check
makes the crtc number check consistent with the way it is done
in the rest of the driver code without affecting the functionality.
It was actually sent a few months ago and reviewed, but apparently
forgotten (cf. http://lists.freedesktop.org/archives/dri-devel/2011-May/010935.html)

The third patch:
[PATCH 3/3] drm/radeon/kms: use num_crtc instead of hard-coded value
Prevents a possible trouble waiting to happen if AMD ever makes a GPU with
more than 6 CRTCs. I don't know what's cooking in their kitchen but
if such a GPU ever comes out, this will prevent at least one regression ;-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-10-26 19:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26  2:40 drm/radeon/kms: a few nits Ilija Hadzic
2011-10-26  2:40 ` [PATCH 1/3] drm/radeon/kms: use crtc-specific dpms functions in prepare and commit Ilija Hadzic
2011-10-26  7:25   ` Michel Dänzer
2011-10-26 17:02     ` Ilija Hadzic
2011-10-26  2:40 ` [PATCH 2/3] drm/radeon/kms: fix the crtc number check Ilija Hadzic
2011-10-26 13:28   ` Alex Deucher
2011-10-26  2:40 ` [PATCH 3/3] drm/radeon/kms: use num_crtc instead of hard-coded value 6 Ilija Hadzic
2011-10-26 13:24   ` Alex Deucher
2011-10-26 19:45     ` Ilija Hadzic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox