Re: [PATCH 5/5] drm/edid: Decode 3-byte CVT codes from EDID 1.4

2010-01-03 Thread Anssi Hannula
if (newmode) { > + drm_mode_probed_add(connector, newmode); > + modes++; > + } > + } > + } > + } > + > + return modes; > +} -- Anssi Hannula --

Re: [PATCH] drm: do not ignore detailed timings of EDID < 1.3

2009-08-15 Thread Anssi Hannula
; X.org server, parse-edid and monitor-edid tools correctly do not >>>> ignore detailed timings in this case. >>>> >>>> Tested on Acer Aspire 7520 with GeForce 7000M and 17" 1440x900 LCD. >>>> >>>> Signed-off-by: Anssi Hannula > >

[PATCH] drm: do not ignore detailed timings of EDID < 1.3

2009-08-14 Thread Anssi Hannula
e same code that handles monitor descriptors on blocks 2-4. X.org server, parse-edid and monitor-edid tools correctly do not ignore detailed timings in this case. Tested on Acer Aspire 7520 with GeForce 7000M and 17" 1440x900 LCD. Signed-off-by: Anssi Hannula --- drm_edid.c |4 --

Re: [PATCH 3/6] drm: Define DRM_MODE_SUBCONNECTOR_SCART

2009-08-01 Thread Anssi Hannula
Francisco Jerez wrote: > Hi, > > Anssi Hannula writes: > >> Francisco Jerez wrote: >>> Signed-off-by: Francisco Jerez >>> --- >>> drivers/gpu/drm/drm_crtc.c |2 ++ >>> include/drm/drm_mode.h |1 + >>> 2 files change

Re: [PATCH 3/6] drm: Define DRM_MODE_SUBCONNECTOR_SCART

2009-08-01 Thread Anssi Hannula
7;t really see how an encoder cares if e.g. Composite signal is carried through RCA plug or SCART plug. Or does the encoder actually have separate composite outputs for RCA and SCART? Or does this mean exclusively the "RGB" component mode of SCART, which would make more sense? If so, I gu

[libdrm patch] link libdrm_intel with -lrt

2009-07-24 Thread Anssi Hannula
Hi! libdrm_intel now uses clock_gettime, but is not linked against @clock_...@. Attached patch fixes it. -- Anssi Hannula Index: libdrm-2.4.12/libdrm/intel/Makefile.am === --- libdrm-2.4.12/libdrm/intel/Makefile.am +++ libdrm

[patch] drm: set module version in drm drivers

2008-01-18 Thread Anssi Hannula
Set MODULE_VERSION() in drm drivers to DRIVER_MAJOR.DRIVER_MINOR.DRIVER_PATCHLEVEL, so that the module version can be checked e.g. with modinfo. Signed-off-by: Anssi Hannula <[EMAIL PROTECTED]> --- drivers/char/drm/drmP.h |4 drivers/char/drm/drm_stub.c |1 + driver