1. 15 Nov, 2016 1 commit
  2. 11 Nov, 2016 36 commits
  3. 10 Nov, 2016 3 commits
    • Dave Airlie's avatar
      Merge tag 'dw-hdmi-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux into drm-next · 90233ee5
      Dave Airlie authored
      dw-hdmi i2c master controller
      
      - add support for the HDMI I2C master controller, for boards that
        can have their DDC pins connected only to the HDMI TX directly.
      
      * tag 'dw-hdmi-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux:
        drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support
        drm: dw_hdmi: use of_get_i2c_adapter_by_node interface
      90233ee5
    • Dave Airlie's avatar
      Merge tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux into drm-next · 628d1655
      Dave Airlie authored
      imx-drm plane update cleanup, YUV formats
      
      - request modeset if plane offsets changed, only the plane base
        address can be changed without disabling the plane IDMAC channel.
      - cleanup of plane atomic_update
      - remove unused ipu_cpmem_set_yuv_planar function
      - support YUV 4:4:4, 4:2:2, NV12 and NV16 plane formats
      - not only mask interrupts during irq init, also clear them
      - remove a legacy check from imx-ldb
      - add support to set the CSI downsizing bits
      - silence an obnoxious warning during modeset
      
      * tag 'imx-drm-next-2016-11-10' of git://git.pengutronix.de/git/pza/linux:
        gpu: ipu-di: silence videomode logspam
        gpu: ipu-v3: add ipu_csi_set_downsize
        drm/imx: imx-ldb: remove unnecessary double disable check
        gpu: ipu-v3: initially clear all interrupts
        drm/imx: ipuv3-plane: add support for YUV 4:2:2 and 4:4:4, NV12, and NV16 formats
        gpu: ipu-v3: add YUV 4:4:4 support
        gpu: ipu-cpmem: remove unused ipu_cpmem_set_yuv_planar function
        drm/imx: ipuv3-plane: let drm_plane_state_to_ubo/vbo handle chroma subsampling other than 4:2:0
        drm/imx: ipuv3-plane: merge ipu_plane_atomic_set_base into atomic_update
        drm/imx: ipuv3-plane: request modeset if plane offsets changed
      628d1655
    • Dave Airlie's avatar
      Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next · 3e91168a
      Dave Airlie authored
      - better atomic state debugging from Rob
      - fence prep from gustavo
      - sumits flushed out his backlog of pending dma-buf/fence patches from
        various people
      - drm_mm leak debugging plus trying to appease Kconfig (Chris)
      - a few misc things all over
      
      * tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel: (35 commits)
        drm: Make DRM_DEBUG_MM depend on STACKTRACE_SUPPORT
        drm/i915: Restrict DRM_DEBUG_MM automatic selection
        drm: Restrict stackdepot usage to builtin drm.ko
        drm/msm: module param to dump state on error irq
        drm/msm/mdp5: add atomic_print_state support
        drm/atomic: add debugfs file to dump out atomic state
        drm/atomic: add new drm_debug bit to dump atomic state
        drm: add helpers to go from plane state to drm_rect
        drm: add helper for printing to log or seq_file
        drm: helper macros to print composite types
        reservation: revert "wait only with non-zero timeout specified (v3)" v2
        drm/ttm: fix ttm_bo_wait
        dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)
        dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)
        drm/amdgpu: add the interface of waiting multiple fences (v4)
        dma-buf: return index of the first signaled fence (v2)
        MAINTAINERS: update Sync File Framework files
        dma-buf/sw_sync: put fence reference from the fence creation
        dma-buf/sw_sync: mark sync_timeline_create() static
        drm: Add stackdepot include for DRM_DEBUG_MM
        ...
      3e91168a