Skip to content
  1. Nov 03, 2015
  2. Oct 30, 2015
    • Dave Airlie's avatar
      Merge tag 'topic/drm-misc-2015-10-22' of git://anongit.freedesktop.org/drm-intel into drm-next · a76edb8c
      Dave Airlie authored
      Few more drm-misc stragglers for 4.4. Big thing is the generic probe for
      imx/rockchip/armada (but the variant for msm/rpi/exynos is still missing).
      
      Also the hdmi clocking fixes from Ville which was a lot of confusion about
      which tree it should be applied to ;-)
      
      * tag 'topic/drm-misc-2015-10-22' of git://anongit.freedesktop.org/drm-intel:
        drm: correctly check failed allocation
        vga_switcheroo: Constify vga_switcheroo_handler
        drm/armada: Convert the probe function to the generic drm_of_component_probe()
        drm/rockchip: Convert the probe function to the generic drm_of_component_probe()
        drm/imx: Convert the probe function to the generic drm_of_component_probe()
        drm: Introduce generic probe function for component based masters.
        drm/edid: Round to closest when computing the CEA/HDMI alternate clock
        drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timings
      a76edb8c
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into drm-next · f1a04d82
      Dave Airlie authored
      More amdgpu and radeon stuff for drm-next.  Stoney support is the big change.
      The rest is just bug fixes and code cleanups.  The Stoney stuff is pretty
      low impact with respect to existing chips.
      
      * 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux:
        drm/amdgpu: change VM size default to 64GB
        drm/amdgpu: add Stoney pci ids
        drm/amdgpu: update the core VI support for Stoney
        drm/amdgpu: add VCE support for Stoney (v2)
        drm/amdgpu: add UVD support for Stoney
        drm/amdgpu: add GFX support for Stoney (v2)
        drm/amdgpu: add SDMA support for Stoney (v2)
        drm/amdgpu: add DCE support for Stoney
        drm/amdgpu: Update SMC/DPM for Stoney
        drm/amdgpu: add GMC support for Stoney
        drm/amdgpu: add Stoney chip family
        drm/amdgpu: fix the broken vm->mutex V2
        drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()
        drm/amdgpu: remove the exclusive lock
        drm/amdgpu: remove old lockup detection infrastructure
        drm: fix trivial typos
        drm/amdgpu/dce: simplify suspend/resume
        drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packet
        drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask owners
      f1a04d82
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-fixes-2015-10-22' of... · 974e59ba
      Dave Airlie authored
      Merge tag 'drm-intel-next-fixes-2015-10-22' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      Bunch of -fixes for 4.4. Well not just, I've left the mmio/register work
      from Ville in here since it's low-risk but lots of churn all over.
      
      * tag 'drm-intel-next-fixes-2015-10-22' of git://anongit.freedesktop.org/drm-intel: (23 commits)
        drm/i915: Use round to closest when computing the CEA 1.001 pixel clocks
        drm/i915: Kill the leftover RMW from ivb_sprite_disable()
        drm/i915: restore ggtt double-bind avoidance
        drm/i915/skl: Enable pipe gamma for sprite planes.
        drm/i915/skl+: Enable pipe CSC on cursor planes. (v2)
        MAINTAINERS: add link to the Intel Graphics for Linux web site
        drm/i915: Move skl/bxt gt specific workarounds to ring init
        drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-level
        drm/i915: revert a few more watermark commits
        drm/i915: Remove dev_priv argument from NEEDS_FORCE_WAKE
        drm/i915: Clean up LVDS register handling
        drm/i915: Throw out some useless variables
        drm/i915: Parametrize and fix SWF registers
        drm/i915: s/PIPE_FRMCOUNT_GM45/PIPE_FRMCOUNT_G4X/ etc.
        drm/i915: Turn GEN5_ASSERT_IIR_IS_ZERO() into a function
        drm/i915: Fix a few bad hex numbers in register defines
        drm/i915: Protect register macro arguments
        drm/i915: Include gpio_mmio_base in GMBUS reg defines
        drm/i915: Parametrize HSW video DIP data registers
        drm/i915: Eliminate weird parameter inversion from BXT PPS registers
        ...
      974e59ba
  3. Oct 23, 2015