1. 14 9月, 2010 2 次提交
    • D
      drm: fix race between driver loading and userspace open. · b64c115e
      Dave Airlie 提交于
      Not 100% sure this is due to BKL removal, its most likely a combination
      of that + userspace timing changes in udev/plymouth. The drm adds the sysfs
      device before the driver has completed internal loading, this causes udev
      to make the node and plymouth to open it before we've completed loading.
      
      The proper solution is to delay the sysfs manipulation until later in loading
      however this causes knock on issues with sysfs connector nodes, so we can use
      the global mutex to serialise loading and userspace opens.
      
      Reported-by: Toni Spets (hifi on #radeon)
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      b64c115e
    • C
      drm: Use a nondestructive mode for output detect when polling (v2) · 930a9e28
      Chris Wilson 提交于
      v2: Julien Cristau pointed out that @nondestructive results in
      double-negatives and confusion when trying to interpret the parameter,
      so use @force instead. Much easier to type as well. ;-)
      
      And fix the miscompilation of vmgfx reported by Sedat Dilek.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: stable@kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      930a9e28
  2. 13 9月, 2010 10 次提交
  3. 10 9月, 2010 1 次提交
  4. 09 9月, 2010 1 次提交
  5. 08 9月, 2010 3 次提交
  6. 07 9月, 2010 23 次提交