1. 19 Oct, 2015 2 commits
  2. 16 Oct, 2015 5 commits
  3. 15 Oct, 2015 4 commits
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2015-09-28-merged' of... · b3127855
      Dave Airlie authored
      Merge tag 'drm-intel-next-2015-09-28-merged' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      drm-intel-next-2015-09-28:
      - fastboot by default for some systems (Maarten Lankhorts)
      - piles of workarounds for bxt and skl
      - more fbc work from Paulo
      - fix hdmi hotplug detection (Sonika)
      - first few patches from Ville to parametrize register macros, prep work for
        typesafe mmio functions
      - prep work for nv12 rotation (Tvrtko Ursulin)
      - various other bugfixes and improvements all over
      
      I have another backmerge here since things became messy and I didn't
      realize you resolved some of them already (usually you complain when
      there's a conflict ...).
      
      For 4.4 I plan one more feature round after this and then that's it.
      * tag 'drm-intel-next-2015-09-28-merged' of git://anongit.freedesktop.org/drm-intel: (80 commits)
        drm/i915: Update DRIVER_DATE to 20150928
        drm/i915: fix task reference leak in i915_debugfs.c
        drm/i915: Defer adding preallocated stolen objects to the VM list
        drm/i915: Remove extraneous request cancel.
        drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset
        drm/i915: Support NV12 in rotated GGTT mapping
        drm/i915: Support appending to the rotated pages mapping
        drm/i915: Support planar formats in tile height calculations
        drm/i915/bxt: Update revision id for BXT C0
        drm/i915: Parametrize CSR_PROGRAM registers
        drm/i915: Parametrize DDI_BUF_TRANS registers
        drm/i915: Parametrize TV luma/chroma filter registers
        drm/i915: Replace raw numbers with the approproate register name in ILK turbo code
        drm/i915: Parametrize ILK turbo registers
        drm/i915: Parametrize FBC_TAG registers
        drm/i915: Parametrize GEN7_GT_SCRATCH and GEN7_LRA_LIMITS
        drm/i915: Parametrize LRC registers
        drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()
        drm/i915: Ignore "digital output" and "not HDMI output" bits for eDP detection
        drm/i915: Make sure we don't detect eDP on g4x
        ...
      b3127855
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into drm-next · aa1b36f2
      Dave Airlie authored
      This is the first radeon and amdgpu pull for drm-next. Highlights include:
      - Efficiency improvements to the CS checker for pre-SI asics
      - Cursor fixes ported from radeon to amdgpu
      - Enable GPU scheduler by default
      - Add a bunch of GPUVM debugging options
      - Add support for some new atombios opcodes
      - Misc cleanups and fixes
      
      * 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux: (42 commits)
        drm/amdgpu: fix lockup when clean pending fences
        drm/amdgpu: add timer to fence to detect scheduler lockup
        drm/amdgpu: add VM CS mapping trace point
        drm/amdgpu: add option to clear VM page tables after every submit
        drm/amdgpu: add option to stop on VM fault
        drm/amdgpu: only print meaningful VM faults
        drm/amdgpu: also trace already allocated VMIDs
        drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>
        drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>
        drm/amdgpu: clean up pageflip interrupt handling
        drm/amdgpu: rework sdma structures
        drm/amdgpu: unpin cursor BOs on suspend and pin them again on resume
        drm/amdgpu/dce8: Fold set_cursor() into show_cursor()
        drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOs
        drm/amdgpu/dce8: Move hotspot handling out of set_cursor
        drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)
        drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursor
        drm/amdgpu/dce11: Fold set_cursor() into show_cursor()
        drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOs
        drm/amdgpu/dce11: Move hotspot handling out of set_cursor
        ...
      aa1b36f2
    • Dave Airlie's avatar
      Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next · 99a91c94
      Dave Airlie authored
      * removes the now unused DRM slave encoder support, which all users have
        migrated away from, allowing us to simplify the code.
      * ensure all pending interrupts are processed together, rather than
        needing the handler to be re-entered each time.
      * use more HDMI helpers to setup the info frames.
      * fix EDID read handling by ensuring that we always wait the specified time
        before attempting to read the EDID, no matter where the EDID read request
        came from.
      
      * 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
        drm/i2c: tda998x: clean up after struct tda998x_priv2 removal
        drm/i2c: tda998x: kill struct tda998x_priv2
        drm/i2c: tda998x: move connector into struct tda998x_priv
        drm/i2c: tda998x: remove encoder pointer
        drm/i2c: tda998x: remove DRM slave encoder support
        drm/i2c: tda998x: use more HDMI helpers
        drm/i2c: tda998x: handle all outstanding interrupts
        drm/i2c: tda998x: convert to u8/u16/u32 types
        drm/i2c: tda998x: re-implement "Fix EDID read timeout on HDMI connect"
        drm/i2c: tda998x: report whether we actually handled the IRQ
        drm/i2c: tda998x: remove useless NULL checks
      99a91c94
    • Dave Airlie's avatar
      Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next · bbbe29d8
      Dave Airlie authored
      * remove support for the non-component support from the Armada DRM driver,
        switching it to component-only mode.
      * create a "armada plane" to allow the primary and overlay planes to share
        some code.
      * increase efficiency by using inherently atomic operations, rather than
        spinlocking to achieve atomicity.  Eg, if we want to exchange a value,
        using xchg().
      * increase PM savings by stopping the external pixel clock when we're in
        DPMS mode.
      
      * 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
        drm/armada: move frame wait wakeup into plane work
        drm/armada: convert overlay plane vbl worker to a armada plane worker
        drm/armada: move CRTC flip work to primary plane work
        drm/armada: move frame wait into armada_frame
        drm/armada: move the locking for armada_drm_vbl_event_remove()
        drm/armada: move the update of dplane->ctrl0 out of spinlock
        drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()
        drm/armada: provide a common helper to disable a plane
        drm/armada: allocate primary plane ourselves
        drm/armada: add primary plane creation
        drm/armada: introduce generic armada_plane struct
        drm/armada: update armada overlay to use drm_universal_plane_init()
        drm/armada: use xchg() to atomically update dplane->old_fb
        drm/armada: factor out retirement of old fb
        drm/armada: rename overlay identifiers
        drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()
        drm/armada: disable CRTC clock during DPMS
        drm/armada: use drm_plane_force_disable() to disable the overlay plane
        drm/armada: move vbl code into armada_crtc
        drm/armada: remove non-component support
      bbbe29d8
  4. 14 Oct, 2015 29 commits