[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 20 07:23:15 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=56139
--- Comment #41 from Alex Deucher <agd5f at yahoo.com> ---
(In reply to comment #40)
> In evergreen_reg.h, /* CRTC blocks at 0x6df0, 0x79f0, 0x105f0, 0x111f0,
> 0x11df0, 0x129f0 */ is not used to define the registers following this
> comment it. It seems to correspond to display controller offsets.
>
> Is the comment at the wrong place or are the registers not defined with the
> right addresses?
They are correct. The crtc blocks are repeated at different offsets within the
register aperture. So if you wanted to access EVERGREEN_CRTC_CONTROL for crtc
0, you access: EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC0_REGISTER_OFFSET, for
crtc 1:
EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC1_REGISTER_OFFSET, etc.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121120/715a7cf5/attachment.html>
More information about the dri-devel
mailing list