git: drm/i915: Reduce diff to Linux 3.17 in i915/intel_dp.c

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Sep 12 08:07:37 PDT 2015


commit 6b231eab9db5ef4d4dc3816487d8e3d48941e0e2
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Sep 12 12:09:44 2015 +0200

    drm/i915: Reduce diff to Linux 3.17 in i915/intel_dp.c
    
    Replaces intel_dp_aux_native_* calls by the corresponding drm_dp_dpcd_*
    calls used in the Linux 3.17 code, and removes the intel_dp_aux_native_*
    functions.
    
    intel_dp_aux_native_read_retry() became intel_dp_dpcd_read_wake().
    One operator precedence typo which wasn't synced from Linux 3.17 code
    yet, and some whitespace diff fixes

Summary of changes:
 sys/dev/drm/i915/intel_dp.c  | 219 ++++++++++++-------------------------------
 sys/dev/drm/i915/intel_drv.h |   1 -
 2 files changed, 59 insertions(+), 161 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list