[PATCH] drm: Remove DRIVER_DATE and CORE_DATE

Sedat Dilek sedat.dilek at googlemail.com
Wed Dec 22 01:51:26 PST 2010


DRIVER_DATE is not maintained or upgraded on changes in many drm drivers.

For example radeon has one DRIVER_DATE for User and Kernel ModeSetting
driver, this makes no sense as UMS and KMS driver have different versions.
And of course this all increases maintenance, too.
For radeon it is enough to bump {KMS_}DRIVER_MAJOR, {KMS_}DRIVER_MINOR and
{KMS_}DRIVER_PATCHLEVEL defines.

Furthermore, I also removed CORE_DATE.

With radeon-KMS my dmesg looks now like this:

[   12.328937] [drm] Initialized drm 1.1.0
[   13.144019] [drm] Initialized radeon 2.8.0 for 0000:01:00.0 on minor 0

Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>

Note: Tested with radeon RV250 (KMS) and linux-next (next-20101221).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-drm-Remove-DRIVER_DATE-and-CORE_DATE.patch
Type: plain/text
Size: 14543 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20101222/df11c91d/attachment-0001.bin>


More information about the dri-devel mailing list