1. 31 1月, 2014 1 次提交
    • M
      drm/i915: Use i915_hw_context to set reset stats · 44e2c070
      Mika Kuoppala 提交于
      With full ppgtt support drm_i915_file_private gained knowledge
      about the default context. Also reset stats are now inside
      i915_hw_context so we can use proper abstraction.
      
      v2: Move BUG_ON and WARN_ON to more proper locations (Ben)
      
      v3: Pass dev directly to i915_context_is_banned to avoid the need to
      dereference ctx->last_ring. Spotted by Mika when checking my
      s/BUG/WARN/ change, I've missed this ->last_ring dereference.
      Suggested-by: NBen Widawsky <ben@bwidawsk.net>
      Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> (v2)
      Reviewed-by: Ben Widawsky <ben@bwidawsk.net> (v2)
      [danvet: s/BUG/WARN/]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      44e2c070
  2. 30 1月, 2014 38 次提交
  3. 29 1月, 2014 1 次提交
    • D
      Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux into drm-next · 45ab1e07
      Dave Airlie 提交于
      drm/tegra: Changes for v3.14-rc1 (update)
      
      These patches fix some issues caused by the DRM panel support from the
      previous pull request and add two more panels (for the Toshiba AC100 as
      well as the Seaboard and Ventana).
      
      * tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux:
        drm/tegra: Obtain head number from DT
        drm/panel: update EDID BLOB in panel_simple_get_modes()
        gpu: host1x: Remove unnecessary include
        drm/tegra: Use proper data type
        drm/tegra: Clarify how panel modes override others
        drm/tegra: Fix possible CRTC mask for RGB outputs
        drm/i915: Use drm_encoder_crtc_ok()
        drm: Move drm_encoder_crtc_ok() to core
        drm: provide a helper for the encoder possible_crtcs mask
        drm/tegra: Don't check resource with devm_ioremap_resource()
        drm/panel: Add support for Chunghwa CLAA101WA01A panel
        drm/panel: Add support for Samsung LTN101NT05 panel
      45ab1e07