1. 20 12月, 2013 9 次提交
  2. 19 12月, 2013 8 次提交
  3. 18 12月, 2013 2 次提交
    • D
      drm: restrict the device list for shadow attached drivers · b3f2333d
      Daniel Vetter 提交于
      There's really no need for the drm core to keep a list of all
      devices of a given driver - the linux device model keeps perfect
      track of this already for us.
      
      The exception is old legacy ums drivers using pci shadow attaching.
      So rename the lists to make the use case clearer and rip out everything
      else.
      
      v2: Rebase on top of David Herrmann's drm device register changes.
      Also drop the bogus dev_set_drvdata for platform drivers that somehow
      crept into the original version - drivers really should be in full
      control of that field.
      
      v3: Initialize driver->legacy_dev_list outside of the loop, spotted by
      David Herrmann.
      
      v4: Rebase on top of the newly created host1x drm_bus for tegra.
      
      Cc: David Herrmann <dh.herrmann@gmail.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      b3f2333d
    • T
      drm/tegra: Implement panel support · 9be7d864
      Thierry Reding 提交于
      Use the DRM panel framework to attach a panel to an output. If the panel
      attached to a connector supports supports the backlight brightness
      accessors, a property will be available to allow the brightness to be
      modified from userspace.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      9be7d864
  4. 12 12月, 2013 2 次提交
  5. 03 12月, 2013 6 次提交
  6. 31 10月, 2013 13 次提交