Comment 32 for bug 382864

Revision history for this message
In , Oibaf (oibaf) wrote :

(In reply to comment #17)
> the root cause is stardard timing is not implemented in KMS, please try the
> patchset against latest drm-intel-next tree.
> http://lists.freedesktop.org/archives/intel-gfx/2009-July/003560.html

Where is drm-intel-next tree? If it's this:

git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel

then it fails to build here:

  CC [M] drivers/gpu/drm/drm_modes.o
drivers/gpu/drm/drm_modes.c: In function ‘drm_cvt_mode’:
drivers/gpu/drm/drm_modes.c:136: error: ‘gt’ undeclared (first use in this function)
drivers/gpu/drm/drm_modes.c:136: error: (Each undeclared identifier is reported only once
drivers/gpu/drm/drm_modes.c:136: error: for each function it appears in.)
drivers/gpu/drm/drm_modes.c:158: error: ‘amp’ undeclared (first use in this function)
...