1. 15 Jun, 2015 2 commits
  2. 12 Jun, 2015 4 commits
    • Dave Airlie's avatar
      Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next · b9a1077a
      Dave Airlie authored
      Main pull req for 4.2.. I think there will be a secondary pull-req..
      I'd like to land the hdcp support patches, since all the review
      comments have been long since addressed, and they have been ready to
      merge for a couple release cycles now other than the scm dependency
      (which should be coming in through arm-soc tree for 4.2). So I am not
      including them in this initial pull req to avoid merge ordering
      issues.
      
      Main highlights:
      
      1) adreno a306 support (for apq8x16 and upcoming dragonboard 410c)
      2) various dsi bits
      3) various 64bit fixes (mostly warnings)
      4) NV12MT support, pulled in via msm-next rather than drm-misc since
      dependency on on regenerated envytools headers (but lgtm'd-by danvet)
      5) random fixes and cleanups
      
      * 'msm-next' of git://people.freedesktop.org/~robclark/linux: (36 commits)
        drm/msm: restart queued submits after hang
        drm/msm: fix timeout calculation
        drm/msm/hdmi: Use pinctrl in HDMI driver
        drm/msm/hdmi: Point to the right struct device
        drm/msm/mdp: Add support for more 32-bit RGB formats
        drm/msm: use __s32, __s64, __u32 and __u64 from linux/types.h for uabi
        drm/msm/atomic: Clean up planes in the error paths of .atomic_commit()
        drm/msm/mdp5: Always generate active-high sync signals for DSI
        drm/msm: dsi: fix compile errors when CONFIG_GPIOLIB=n
        drm/msm: use devm_gpiod_get_optional for optional reset gpio
        drm/msm/dsi: Separate PHY to another platform device
        drm/msm/dsi: Enable PLL driver in MSM DSI
        drm/msm/dsi: Add DSI PLL clock driver support
        drm/msm: use IS_ERR() to check regulator_get() return
        drm/msm: use IS_ERR() to check msm_ioremap() return
        drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commit
        drm/msm: Use customized function to wait for atomic commit done
        dt-bindings: Add MSM eDP controller documentation
        dt-bindings: Add MSM DSI controller documentation
        drm/msm: drop redundant debug output
        ...
      b9a1077a
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-fixes-2015-06-11' of... · 5c70c464
      Dave Airlie authored
      Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      firmware name fix
      
      * tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel:
        drm/i915/skl: Fix DMC API version in firmware file name
      5c70c464
    • Dave Airlie's avatar
      Merge tag 'drm-amdkfd-next-fixes-2015-06-10' of... · 933ea180
      Dave Airlie authored
      Merge tag 'drm-amdkfd-next-fixes-2015-06-10' of git://people.freedesktop.org/~gabbayo/linux into drm-next
      
      - Make the reset wavefronts action be per process per device instead of
        per process, because one device can be stuck but the other one won't be
      
      - Add some missing properties to the CZ device_info structure
      
      - Rename symbols to not have CONFIG_ prefix
      
      - Some more cleanups and debug prints
      
      * tag 'drm-amdkfd-next-fixes-2015-06-10' of git://people.freedesktop.org/~gabbayo/linux:
        drm/amdkfd: remove not used defines from cik_regs.h
        drm/amdkfd: Add missing properties to CZ device info
        drm/amdkfd: make reset wavefronts per process per device
        drm/amdkfd: add debug print to kfd_events.c
        drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbols
      933ea180
    • Dave Airlie's avatar
      Merge branch '2015-06-08-st-drm-next' of... · 7207d559
      Dave Airlie authored
      Merge branch '2015-06-08-st-drm-next' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next
      
      Mainly it is fixing timing on HDMI to be compliant with CEA-861E spec.
      
      * '2015-06-08-st-drm-next' of http://git.linaro.org/people/benjamin.gaignard/kernel:
        drm/sti: vtg fix CEA-861E video format timing error
        drm/sti: hdmi fix CEA-861E video format timing error
        drm/sti: VTG interrupt names are badly displayed
        drm/sti: missing first pixel column on HDMI display
        drm/sti: correctly test devm_ioremap() return
      7207d559
  3. 11 Jun, 2015 34 commits