1. 18 8月, 2015 36 次提交
  2. 17 8月, 2015 4 次提交
    • J
      drm/amdgpu: fix one warning message · 21df89a5
      Jammy Zhou 提交于
      In function 'amdgpu_uvd_cs_pass2':
      warning: 'min_ctx_size' may be used uninitialized in this function
        buf_sizes[0x4] = min_ctx_size;
                       ^
      note: 'min_ctx_size' was declared here
        unsigned image_size, tmp, min_dpb_size, num_dpb_buffer, min_ctx_size;
                                                                ^
      Signed-off-by: NJammy Zhou <Jammy.Zhou@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Cc: stable@vger.kernel.org
      21df89a5
    • A
      drm/radeon/dce6: assign different audio pins to each encoder · d0465208
      Alex Deucher 提交于
      This allows you to send different audio to each audio capable
      display.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      d0465208
    • D
      Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next · 294947a5
      Dave Airlie 提交于
      A couple of fixes from the previous pull request as well as gl3 support.
      There is one drm core change, an export of a previously private function.
      
      Take 2 implementing screen targets, this time with the fbdev code adjusted
      accordingly.
      
      Also there is an implementation of register-driven command buffers, that
      overrides the FIFO ring for command processing. It's needed for our upcoming
      hardware revision.
      * 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux: (35 commits)
        drm/vmwgfx: Fix copyright headers
        drm/vmwgfx: Add DX query support. Various fixes.
        drm/vmwgfx: Add command parser support for a couple of DX commands
        drm/vmwgfx: Command parser fixes for DX
        drm/vmwgfx: Initial DX support
        drm/vmwgfx: Update device includes for DX device functionality
        drm: export the DRM permission check code
        drm/vmwgfx: Fix crash when unloading vmwgfx v2
        drm/vmwgfx: Fix framebuffer creation on older hardware
        drm/vmwgfx: Fixed topology boundary checking for Screen Targets
        drm/vmwgfx: Fix an uninitialized value
        drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t
        drm/vmwgfx: Kill a bunch of sparse warnings
        drm/vmwgfx: Fix kms preferred mode sorting
        drm/vmwgfx: Reinstate the legacy display system dirty callback
        drm/vmwgfx: Implement fbdev on kms v2
        drm/vmwgfx: Add a kernel interface to create a framebuffer v2
        drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING
        drm/vmwgfx: Convert screen targets to new helpers v3
        drm/vmwgfx: Convert screen objects to the new helpers
        ...
      294947a5
    • D
      Merge tag 'drm/panel/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 6406e45c
      Dave Airlie 提交于
      drm/panel: Changes for v4.3-rc1
      
      This introduces support for a couple of new panels and also contains
      some work to restructure the directories to get more consistency, to
      deal better with more panel and bridge drivers getting added.
      
      * tag 'drm/panel/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux:
        drm/bridge: Put Kconfig entries in a separate menu
        drm/panel: Add support for LG LG4573 480x800 4.3" panel
        drm/panel: Add display timing for Okaya RS800480T-7X0GP
        of: Add Okaya Electric America vendor prefix
        drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel
        drm/panel: simple: Add support for AUO B080UAN01
        drm/panel: simple: Correct minimum hsync length of the HannStar HSD070PWW1 panel
        drm/panel: simple: Add bus format for HannStar HSD070PWW1 LVDS panel
        drm/bridge: Add vendor prefixes
        drm/panel: Add Samsung prefix to panel drivers
        drm/exynos: Remove PTN3460 dependency
      6406e45c