1. 13 Feb, 2015 1 commit
    • Dave Airlie's avatar
      Merge branch 'exynos-drm-next' of... · ab07881a
      Dave Airlie authored
      Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
      
      Summary:
      - Add code cleanups and bug fixups.
      - Add a new display controller dirver, DECON which is a new display
        controller of Exynos7 SoC. This device is much different from
        FIMD of Exynos4 and Exynos4 SoC series.
      
      * 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
        drm/exynos: Add DECON driver
        drm/exynos: fix NULL pointer reference
        drm/exynos: remove exynos_plane_dpms
        drm/exynos: remove mode property of exynos crtc
        drm/exynos: Remove exynos_plane_dpms() call with no effect
        drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
        drm/exynos: hdmi: replace fb size with mode size from win commit
        drm/exynos: fix no hdmi output
        drm/exynos: use driver internal struct
        drm/exynos: fix wrong pipe calculation for crtc
        drm/exynos: remove to use unnecessary MODULE_xxx macro
        drm/exynos: remove DRM_EXYNOS_DMABUF config
        drm/exynos: IOMMU support should not be selectable by user
        drm/exynos: add support for 'hdmi' clock
      ab07881a
  2. 12 Feb, 2015 1 commit
  3. 11 Feb, 2015 11 commits
  4. 09 Feb, 2015 10 commits
  5. 07 Feb, 2015 9 commits
  6. 05 Feb, 2015 5 commits
    • Arnaud Pouliquen's avatar
      drm: sti: HDMI add audio infoframe · cffe1e89
      Arnaud Pouliquen authored
      Add a default audio infoframe for HDMI compliance
      Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
      cffe1e89
    • Michał Winiarski's avatar
      drm/i915: Prevent use-after-free in invalidate_range_start callback · 460822b0
      Michał Winiarski authored
      It's possible for invalidate_range_start mmu notifier callback to race
      against userptr object release. If the gem object was released prior to
      obtaining the spinlock in invalidate_range_start we're hitting null
      pointer dereference.
      
      Testcase: igt/gem_userptr_blits/stress-mm-invalidate-close
      Testcase: igt/gem_userptr_blits/stress-mm-invalidate-close-overlap
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: default avatarMichał Winiarski <michal.winiarski@intel.com>
      Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Cc: stable@vger.kernel.org
      [Jani: added code comment suggested by Chris]
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      460822b0
    • Fabien Dessenne's avatar
      drm: sti: add support of XBGR8888 for gdp plane · 8adb5776
      Fabien Dessenne authored
      Use GDP capabilities to support DRM_FORMAT_XBGR8888 (XB24)
      Signed-off-by: default avatarFabien Dessenne <fabien.dessenne@st.com>
      8adb5776
    • Dave Airlie's avatar
      Merge tag 'drm-amdkfd-next-fixes-2015-02-03' of... · 2f899790
      Dave Airlie authored
      Merge tag 'drm-amdkfd-next-fixes-2015-02-03' of git://people.freedesktop.org/~gabbayo/linux into drm-next
      
      - Fixing accounting of active queues
      - Preserving a register internal state
      
      * tag 'drm-amdkfd-next-fixes-2015-02-03' of git://people.freedesktop.org/~gabbayo/linux:
        drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal state
        drm/amdkfd: Fix dqm->queue_count tracking
      2f899790
    • Dave Airlie's avatar
      Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next · 225963dd
      Dave Airlie authored
      drm-intel-next-2015-01-30:
      - chv rps improvements from Ville
      - atomic state handling prep work from Ander
      - execlist request tracking refactoring from Nick Hoath
      - forcewake code consolidation from Chris&Mika
      - fastboot plane config refactoring and skl support from Damien
      - some more skl pm patches all over (Damien)
      - refactor dsi code to use drm dsi helpers and drm_panel infrastructure (Jani)
      - first cut at experimental atomic plane updates (Matt Roper)
      - piles of smaller things all over, as usual
      
      * 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel: (102 commits)
        drm/i915: Remove bogus locking check in the hangcheck code
        drm/i915: Update DRIVER_DATE to 20150130
        drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw state
        drm/i915: Fix a use-after-free in intel_execlists_retire_requests
        drm/i915: Split shared dpll setup out of __intel_set_mode()
        drm/i915: Don't do posting reads on getting forcewake
        drm/i915: Do uncore early sanitize after domain init
        drm/i915: Handle CHV in vlv_set_rps_idle()
        drm/i915: Remove nested work in gpu error handling
        drm/i915/documentation: Add intel_uncore.c to drm.tmpl
        drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein
        drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it static
        drm/i915/dsi: remove old read/write functions in favor of new stuff
        drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfers
        drm/i915/dsi: add drm mipi dsi host support
        drm/i915/dsi: switch to drm_panel interface
        drm/i915/skl: Enabling PSR on Skylake
        Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"
        drm/i915: Be consistent on printing seqnos
        drm/i915: Display current hangcheck status in debugfs
        ...
      225963dd
  7. 04 Feb, 2015 3 commits