1. 01 2月, 2013 31 次提交
  2. 31 1月, 2013 3 次提交
  3. 30 1月, 2013 1 次提交
  4. 28 1月, 2013 2 次提交
  5. 26 1月, 2013 1 次提交
    • D
      Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel · 48367432
      Dave Airlie 提交于
      Just a few small things:
      - 2x workaround bits from Chris to fix up the new scanline waits enabled
        in 3.8 on snb. People who've been struck by this on dual-screen also
        need to upgrade the ddx.
      - Dump the kernel version into i915_error_state, we've had a few mixups
        there recently.
      - Disable gfx DMAR on gen4 devices, acked by David Woodhouse.
      
      * 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel:
        drm/i915: dump UTS_RELEASE into the error_state
        iommu/intel: disable DMAR for g4x integrated gfx
        drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits
        drm/i915: Disable AsyncFlip performance optimisations
      48367432
  6. 25 1月, 2013 2 次提交
    • D
      Merge branch 'exynos-drm-fixes' of... · f0f21aa5
      Dave Airlie 提交于
      Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
      
      Inki writes:
      
      "This pull request includes some bug fixes, code cleanups and exception codes.
      If there is any problem, please kindly let me know."
      
      * 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
        drm/exynos: add check for the device power status
        drm/exynos: Make 'drm_hdmi_get_edid' static
        drm/exynos: fimd and ipp are broken on multiplatform
        drm/exynos: don't include plat/gpio-cfg.h
        drm/exynos: Remove "internal" interrupt handling
        drm/exynos: Add missing static specifiers in exynos_drm_rotator.c
        drm/exynos: Replace mdelay with usleep_range
        drm/exynos: Make ipp_handle_cmd_work static
        drm/exynos: Make g2d_userptr_get_dma_addr static
        drm/exynos: consider DMA_NONE flag to dmabuf import
        drm/exynos: free sg object if dma_map_sg is failed
        drm/exynos: added validation of edid for vidi connection
        drm/exynos: let drm handle edid allocations
      f0f21aa5
    • S
      drm/exynos: add check for the device power status · dda9012b
      Shirish S 提交于
      V2: Add mutex protection, while read.
      
      The hdmi and mixer win_commit calls currently are
      not checking the status of IP before updating the
      respective registers, this patch adds this check.
      Signed-off-by: NShirish S <s.shirish@samsung.com>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      dda9012b