1. 22 12月, 2015 4 次提交
  2. 19 12月, 2015 3 次提交
  3. 15 12月, 2015 1 次提交
  4. 05 12月, 2015 1 次提交
  5. 03 12月, 2015 2 次提交
  6. 21 11月, 2015 2 次提交
  7. 19 11月, 2015 6 次提交
  8. 17 11月, 2015 4 次提交
  9. 05 11月, 2015 2 次提交
  10. 02 11月, 2015 1 次提交
  11. 30 10月, 2015 5 次提交
  12. 23 10月, 2015 1 次提交
  13. 21 10月, 2015 3 次提交
  14. 15 10月, 2015 3 次提交
  15. 06 10月, 2015 1 次提交
    • T
      drm/irq: Use unsigned int pipe in public API · 88e72717
      Thierry Reding 提交于
      This continues the pattern started in commit cc1ef118 ("drm/irq:
      Make pipe unsigned and name consistent"). This is applied to the public
      APIs and driver callbacks, so pretty much all drivers need to be updated
      to match the new prototypes.
      
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Inki Dae <inki.dae@samsung.com>
      Cc: Jianwei Wang <jianwei.wang.chn@gmail.com>
      Cc: Alison Wang <alison.wang@freescale.com>
      Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
      Cc: Daniel Vetter <daniel.vetter@intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Philipp Zabel <p.zabel@pengutronix.de>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Rob Clark <robdclark@gmail.com>
      Cc: Ben Skeggs <bskeggs@redhat.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: Mark Yao <mark.yao@rock-chips.com>
      Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
      Cc: Vincent Abriou <vincent.abriou@st.com>
      Cc: Thomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      88e72717
  16. 24 9月, 2015 1 次提交
    • M
      drm/amdgpu: sync ce and me with SWITCH_BUFFER(2) · 5c3422b0
      monk.liu 提交于
      we used to adopt wait_reg_mem to let CE wait before DE finish page
      updating, but from Tonga+, CE doesn't support wait_reg_mem package so
      this logic no longer works.
      
      so here is another approach to do same thing:
      Insert two of SWITCH_BUFFER at both front and end of vm_flush can
      guarantee that CE not go further to process IB_const before vm_flush
      done.
      
      Insert two of SWITCH_BUFFER also works on CI, so remove legency method
      to sync CE and ME
      
      v2:
      Insert double SWITCH_BUFFER at front of vm flush as well.
      Signed-off-by: Nmonk.liu <monk.liu@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      5c3422b0