git: drm: Reduce differences with Linux 3.8

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Feb 16 02:49:17 PST 2014


commit 6e29dde86c62dfb35bfe09f805878d5c2b953a68
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Feb 16 11:43:25 2014 +0100

    drm: Reduce differences with Linux 3.8
    
    * Support the DRM_CAP_TIMESTAMP_MONOTONIC IOCTL
    
    * Improvements in CRTC, connectors and EDID/modes handling

Summary of changes:
 sys/dev/drm/drm_crtc_helper.c             | 256 ++++++++++------
 sys/dev/drm/drm_edid.c                    | 479 ++++++++++++++++++++++++------
 sys/dev/drm/drm_ioctl.c                   | 127 +++++---
 sys/dev/drm/drm_modes.c                   |  55 +++-
 sys/dev/drm/drm_stub.c                    |   6 +
 sys/dev/drm/include/drm/drmP.h            |   1 +
 sys/dev/drm/include/drm/drm_crtc_helper.h |  27 ++
 sys/dev/drm/include/linux/i2c.h           |   4 +-
 8 files changed, 717 insertions(+), 238 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6e29dde86c62dfb35bfe09f805878d5c2b953a68


-- 
DragonFly BSD source repository



More information about the Commits mailing list