1. 10 9月, 2014 1 次提交
  2. 08 7月, 2014 1 次提交
  3. 28 5月, 2014 1 次提交
  4. 22 4月, 2014 1 次提交
  5. 07 8月, 2013 1 次提交
  6. 03 10月, 2012 1 次提交
  7. 13 9月, 2012 1 次提交
  8. 25 6月, 2012 1 次提交
    • D
      drm/udl: Make sure to get correct endian keys from vendor descriptor · d42f0349
      Dave Airlie 提交于
      This is a port of
      commit b49f184b
      Author: Ben Collins <bcollins@ubuntu.com>
      from udlfb to udl kms driver.
      
      The driver was not using le16_to_cpu when reading keys from the vendor
      descriptor, causing incorrect parsing. Mainly, sku_pixel_limit was not
      being parsed on big-endian systems. This would result in a blank screen
      on big-endian CPUs where the DL chips's max mode was smaller than the
      monitor's native mode.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      d42f0349
  9. 15 3月, 2012 1 次提交
    • D
      drm/udl: initial UDL driver (v4) · 5320918b
      Dave Airlie 提交于
      This is an initial drm/kms driver for the displaylink devices.
      
      Supports fb_defio,
      supports KMS dumb interface
      supports 24bpp via conversion to 16bpp, hw can do this better.
      supports hot unplug using new drm core features.
      
      On an unplug, it disables connector polling, unplugs connectors
      from sysfs, unplugs fbdev layer (using Kay's API), drops all the
      USB device URBs, and call the drm core to unplug the device.
      
      This driver is based in large parts on udlfb.c so I've licensed
      it under GPLv2.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      5320918b