1. 24 Feb, 2015 3 commits
  2. 23 Feb, 2015 6 commits
  3. 12 Feb, 2015 1 commit
  4. 11 Feb, 2015 10 commits
  5. 09 Feb, 2015 6 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 5 commits
  8. 03 Feb, 2015 4 commits
    • Daniel Vetter's avatar
      drm/i915: Remove bogus locking check in the hangcheck code · b838cbee
      Daniel Vetter authored
      You can _never_ assert that a lock is not held, except in some very
      restricted corner cases where it's guranteed that your code is running
      single-threade (e.g. driver load before you've published any pointers
      leading to that lock).
      
      In addition the early return breaks a bunch of testcases since with
      highly concurrent hangcheck stress tests the reset fails to work and
      the test doesn't recover and time out.
      
      This regression has been introduced in
      
      commit b8d24a06
      Author: Mika Kuoppala <mika.kuoppala@linux.intel.com>
      Date:   Wed Jan 28 17:03:14 2015 +0200
      
          drm/i915: Remove nested work in gpu error handling
      
      Aside: It is possible to check whether a given task doesn't hold a
      lock, but only when lockdep is enabled, using the lockdep_assert_held
      stuff.
      
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Mika Kuoppala <mika.kuoppala@intel.com>
      Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88908Reviewed-by: default avatarMika Kuoppala <mika.kuoppala@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      b838cbee
    • Ville Syrjälä's avatar
      drm/modes: Print the mode status in human readable form · f79d1548
      Ville Syrjälä authored
      Currently when a mode is rejected the reason is printed as a raw number.
      Having to manually decode that to a enum drm_mode_status value is
      tiresome. Have the code do the decoding instead and print the result
      in a human readable format.
      
      Just having an array of strings indexed with the mode status doesn't
      work since the enum includes negative values. So we offset the status
      by +3 which makes all the indexes non-negative. Also add a bit of
      paranoia into the code to catch out of bounds accesses in case
      someone adds more enum values but forgets to update the code.
      Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      f79d1548
    • Ville Syrjälä's avatar
      drm/modes: Print the mode status in human readable form · e4bf44b3
      Ville Syrjälä authored
      Currently when a mode is rejected the reason is printed as a raw number.
      Having to manually decode that to a enum drm_mode_status value is
      tiresome. Have the code do the decoding instead and print the result
      in a human readable format.
      
      Just having an array of strings indexed with the mode status doesn't
      work since the enum includes negative values. So we offset the status
      by +3 which makes all the indexes non-negative. Also add a bit of
      paranoia into the code to catch out of bounds accesses in case
      someone adds more enum values but forgets to update the code.
      Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      e4bf44b3
    • Chen Gang S's avatar
      drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS · db88c8f4
      Chen Gang S authored
      DRM_GEM_CMA_HELPER is depend on HAVE_DMA_ATTRS, or it will break the
      building. The related error (with allmodconfig under xtensa):
      
          CC [M]  drivers/gpu/drm/drm_gem_cma_helper.o
        drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_create':
        drivers/gpu/drm/drm_gem_cma_helper.c:110:19: error: implicit declaration of function 'dma_alloc_writecombine' [-Werror=implicit-function-declaration]
          cma_obj->vaddr = dma_alloc_writecombine(drm->dev, size,
                           ^
        drivers/gpu/drm/drm_gem_cma_helper.c:110:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
          cma_obj->vaddr = dma_alloc_writecombine(drm->dev, size,
                         ^
        drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free_object':
        drivers/gpu/drm/drm_gem_cma_helper.c:193:3: error: implicit declaration of function 'dma_free_writecombine' [-Werror=implicit-function-declaration]
           dma_free_writecombine(gem_obj->dev->dev, cma_obj->base.size,
           ^
        drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_mmap_obj':
        drivers/gpu/drm/drm_gem_cma_helper.c:330:8: error: implicit declaration of function 'dma_mmap_writecombine' [-Werror=implicit-function-declaration]
          ret = dma_mmap_writecombine(cma_obj->base.dev->dev, vma,
                ^
      Signed-off-by: default avatarChen Gang <gang.chen.5i5j@gmail.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      db88c8f4