1. 01 2月, 2013 7 次提交
  2. 31 1月, 2013 3 次提交
  3. 30 1月, 2013 1 次提交
  4. 28 1月, 2013 2 次提交
  5. 25 1月, 2013 1 次提交
  6. 24 1月, 2013 3 次提交
  7. 18 1月, 2013 1 次提交
  8. 15 1月, 2013 3 次提交
  9. 11 1月, 2013 5 次提交
  10. 08 1月, 2013 1 次提交
    • S
      drm/prime: drop reference on imported dma-buf come from gem · be8a42ae
      Seung-Woo Kim 提交于
      Increasing ref counts of both dma-buf and gem for imported dma-buf come from gem
      makes memory leak. release function of dma-buf cannot be called because f_count
      of dma-buf increased by importing gem and gem ref count cannot be decrease
      because of exported dma-buf.
      
      So I add dma_buf_put() for imported gem come from its own gem into each drivers
      having prime_import and prime_export capabilities. With this, only gem ref
      count is increased if importing gem exported from gem of same driver.
      Signed-off-by: NSeung-Woo Kim <sw0312.kim@samsung.com>
      Signed-off-by: NKyungmin.park <kyungmin.park@samsung.com>
      Cc: Inki Dae <inki.dae@samsung.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Rob Clark <rob.clark@linaro.org>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      be8a42ae
  11. 07 1月, 2013 1 次提交
    • M
      drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks · d1f9809e
      Maarten Lankhorst 提交于
      vga-switcheroo with apple-gmux does not switch correctly on my system. The PCI
      configuration space is not restored correctly, resulting in MSI not working after switch.
      
      Only useful item in dmesg is:
      
      [   33.922807] radeon 0000:01:00.0: Refused to change power state, currently in D3
      
      I did some testing, dumping the difference in ms between first succesful switch
      from D3 to D0, and it seems that there is slightly more than 20 ms difference when
      the device is re-enabled through vga-switcheroo.
      
      So bump the re-enable d3 delay to 20 ms to handle this, which fixes msi not working
      on my system after switcheroo-ing. Default d3_delay value is PCI_PM_D3_WAIT, 10 ms.
      Signed-off-by: NMaarten Lankhorst <maarten.lankhorst@canonical.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      d1f9809e
  12. 05 1月, 2013 1 次提交
  13. 04 1月, 2013 11 次提交