1. 12 Apr, 2017 14 commits
  2. 11 Apr, 2017 22 commits
  3. 10 Apr, 2017 4 commits
    • Dave Airlie's avatar
      Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next · d455937e
      Dave Airlie authored
      Noteworthy changes this time:
      1) 4k support for newer chips (ganging up hwpipes and mixers)
      2) using OPP bindings for gpu
      3) more prep work towards per-process pagetables
      
      * 'msm-next' of git://people.freedesktop.org/~robclark/linux: (47 commits)
        msm/drm: gpu: Dynamically locate the clocks from the device tree
        drm/msm: gpu: Use OPP tables if we can
        drm/msm: Hard code the GPU "slow frequency"
        drm/msm: Add MSM_PARAM_GMEM_BASE
        drm/msm: Reference count address spaces
        drm/msm: Make sure to detach the MMU during GPU cleanup
        drm/msm/mdp5: Enable 3D mux in mdp5_ctl
        drm/msm/mdp5: Reset CTL blend registers before configuring them
        drm/msm/mdp5: Assign 'right' mixer to CRTC state
        drm/msm/mdp5: Stage border out on base stage if CRTC has 2 LMs
        drm/msm/mdp5: Stage right side hwpipes on Right-side Layer Mixer
        drm/msm/mdp5: Prepare Layer Mixers for source split
        drm/msm/mdp5: Configure 'right' hwpipe
        drm/msm/mdp5: Assign a 'right hwpipe' to plane state
        drm/msm/mdp5: Create mdp5_hwpipe_mode_set
        drm/msm/mdp5: Add optional 'right' Layer Mixer in CRTC state
        drm/msm/mdp5: Add a CAP for Source Split
        drm/msm/mdp5: Remove mixer/intf pointers from mdp5_ctl
        drm/msm/mdp5: Start using parameters from CRTC state
        drm/msm/mdp5: Add more stuff to CRTC state
        ...
      d455937e
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-next · df45eaca
      Dave Airlie authored
      Last drm-misc-next pull req for 4.12
      
      Core changes:
       - fb_helper checkpatch cleanup and simplified _add_one_connector() (Thierry)
       - drm_ioctl and drm_sysfs improved/gained documentation (Daniel)
       - [ABI] Repurpose reserved field in drm_event_vblank for crtc_id (Ander)
       - Plumb acquire ctx through legacy paths to avoid lock_all and legacy_backoff
         (Daniel)
       - Add connector_atomic_check to check conn constraints on modeset (Maarten)
       - Add drm_of_find_panel_or_bridge to remove boilerplate in drivers (Rob)
      
      Driver changes:
       - meson moved to drm-misc (Neil)
       - Added support for Amlogic GX SoCs in dw-hdmi (Neil)
       - Rockchip unbind actually cleans up the things bind initializes (Jeffy)
       - A couple misc fixes in virtio, dw-hdmi
      
      NOTE: this also includes a backmerge of drm-next as well rc5 (we needed vmwgfx
            as well as the new synopsys media formats)
      
      * tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc: (77 commits)
        Revert "drm: Don't allow interruptions when opening debugfs/crc"
        drm: Only take cursor locks when the cursor plane exists
        drm/vmwgfx: Fix fbdev emulation using legacy functions
        drm/rockchip: Shutdown all crtcs when unbinding drm
        drm/rockchip: Reorder drm bind/unbind sequence
        drm/rockchip: analogix_dp: Disable clock when unbinding
        drm/rockchip: vop: Unprepare clocks when unbinding
        drm/rockchip: vop: Enable pm domain before vop_initial
        drm/rockchip: cdn-dp: Don't unregister audio dev when unbinding
        drm/rockchip: cdn-dp: Don't try to release firmware when not loaded
        drm: bridge: analogix: Destroy connector & encoder when unbinding
        drm: bridge: analogix: Disable clock when unbinding
        drm: bridge: analogix: Unregister dp aux when unbinding
        drm: bridge: analogix: Detach panel when unbinding analogix dp
        drm: Don't allow interruptions when opening debugfs/crc
        drm/virtio: don't leak bo on drm_gem_object_init failure
        drm: bridge: dw-hdmi: fix input format/encoding from plat_data
        drm: omap: use common OF graph helpers
        drm: convert drivers to use drm_of_find_panel_or_bridge
        drm: convert drivers to use of_graph_get_remote_node
        ...
      df45eaca
    • Dave Airlie's avatar
      Backmerge tag 'v4.11-rc6' into drm-next · b769fefb
      Dave Airlie authored
      Linux 4.11-rc6
      
      drm-misc needs 4.11-rc5, may as well fix conflicts with rc6.
      b769fefb
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-next · 1420f63b
      Dave Airlie authored
      Just some bug fixes and vega10 updates for 4.12.
      
      * 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux:
        drm/amdgpu: fix fence memory leak in wait_all_fence V2
        drm/amdgpu: fix "fix 64bit division"
        drm/amd/powerplay: add fan controller table v11 support.
        drm/amd/powerplay: port newest process pptable code for vega10.
        drm/amdgpu: set vm size and block size by individual gmc by default (v3)
        drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.
        drm/amdgpu: Make display watermark calculations more accurate
        drm/radeon: fix typo in bandwidth calculation
        drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)
        drm/radeon: Maintain prime import/export refcount for BOs
        drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. (v2)
        drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)
        drm/radeon: Fail fb creation from imported dma-bufs.
      1420f63b