1. 17 3月, 2016 17 次提交
  2. 16 3月, 2016 17 次提交
  3. 15 3月, 2016 2 次提交
  4. 14 3月, 2016 4 次提交
    • D
      drm/i915: Update DRIVER_DATE to 20160314 · 359d2243
      Daniel Vetter 提交于
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      359d2243
    • E
      drm/vc4: Recognize a more specific compatible string for V3D. · 90d71160
      Eric Anholt 提交于
      The Raspberry Pi Foundation's firmware updates are shipping device
      trees using the old string, so we'll keep recognizing that as this rev
      of V3D.  Still, we should use a more specific name in the upstream DT
      to clarify which board is being supported, in case we do other revs of
      V3D in the future.
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      90d71160
    • E
      dt-bindings: Add binding docs for V3D. · 4653f22e
      Eric Anholt 提交于
      This was missed in the upstreaming process.
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      4653f22e
    • D
      Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-next · f2c48821
      Dave Airlie 提交于
      - GM20x secure boot support (hence, acceleration, finally \o/)
      - GM200 support
      - GM20B clock driver
      - Support for power sensors on some GPUs
      - Various other fixes all over the place
      
      * 'linux-4.6' of git://github.com/skeggsb/linux: (95 commits)
        drm/nouveau/clk/gm20b: add basic driver
        drm/nouveau/clk/gk20a: share reusable structures/functions
        drm/nouveau/clk/gk20a: set lowest frequency during init()
        drm/nouveau/clk/gk20a: split gk20a_clk_new()
        drm/nouveau/clk/gk20a: abstract pl_to_div
        drm/nouveau/clk/gk20a: put mnp values into their own struct
        drm/nouveau/clk/gk20a: emit parent rate as debug message
        drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
        drm/nouveau/clk/gk20a: only compute n_lo if needed
        drm/nouveau/clk/gk20a: fix VCO bit mask
        drm/nouveau/clk/gk20a: rename enable/disable functions
        drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
        drm/nouveau/clk/gk20a: convert parameters to Khz
        drm/nouveau/volt: add GM20B driver
        drm/nouveau/volt/gk20a: split constructor
        drm/nouveau/volt/gk20a: share reusable members & functions
        drm/nouveau/ce/gm107: expose MaxwellDmaCopyA
        drm/nouveau/fifo/gm107: KeplerChannelGpfifoB, and 2048 channels
        drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB
        drm/nouveau/fifo/gk104: submit NOP after all PBDMA_INTR_0, not just DEVICE
        ...
      f2c48821