1. 28 Jun, 2018 1 commit
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · b4d4b0b7
      Dave Airlie authored
      Chris is doing many reworks that allow us to get full-ppgtt supported
      on all platforms back to HSW. As well many other fix and improvements,
      Including:
      - Use GEM suspend when aborting initialization (Chris)
      - Change i915_gem_fault to return vm_fault_t (Chris)
      - Expand VMA to Non gem object entities (Chris)
      - Improve logs for load failure, but quite logging on fault injection to avoid noise on CI (Chris)
      - Other page directory handling fixes and improvements for gen6 (Chris)
      - Other gtt clean-up removing redundancies and unused checks (Chris)
      - Reorder aliasing ppgtt fini (Chris)
      - Refactor of unsetting obg->mm.pages (Chris)
      - Apply batch location restrictions before pinning (Chris)
      - Ringbuffer fixes for context restore (Chris)
      - Execlist fixes on freeing error pointer on allocation error (Chris)
      - Make closing request flush mandatory (Chris)
      - Move GEM sanitize from resume_early to resume (Chris)
      - Improve debug dumps (Chris)
      - Silent compiler for selftest (Chris)
      - Other execlists changes to improve hangcheck and reset.
      - Many gtt page directory fixes and improvements (Chris)
      - Reorg context workarounds (Chris)
      - Avoid ERR_PTR dereference on selftest (Chris)
      
      Other GEM related work:
      - Stop trying to reset GPU if reset failed (Mika)
      - Add HW workaround for KBL to fix GPU reset (Mika)
      - Fix context ban and hang accounting for client (Mika)
      - Fixes on OA perf (Michel, Jani)
      - Refactor on GuC log mechanisms (Piotr)
      - Enable provoking vertex fix on Gen9 system (Kenneth)
      
      More ICL patches for Display enabling:
      - ICL - 10-bit support for HDMI (RK)
      - ICL - Start adding TBT PLL (Paulo)
      - ICL - DDI HDMK level selection (Manasi)
      - ICL - GMBUS GPIO pin mapping fix (Mahesh)
      - ICL - Adding DP_AUX_E support (James)
      - ICL - Display interrupts handling (DK)
      
      Other display fixes and improvements:
      - Fix sprite destination color keying on SKL+ (Ville)
      - Fixes and improvements on PCH detection, specially for non PCH systems (Jani)
      - Document PCH_NOP (Lucas)
      - Allow DBLSCAN user modes with eDP/LVDS/DSI (Ville)
      - Opregion and ACPI cleanup and organization (Jani)
      - Kill delays when activation psr (Rodrigo)
      - ...and a consequent fix of the psr activation flow (DK)
      - Fix HDMI infoframe setting (Imre)
      - Fix Display interrupts and modes on old gens (Ville)
      - Start switching to kernel unsigned int types (Jani)
      - Introduction to Amber Lake and Whiskey Lake platforms (Jose)
      - Audio clock fixes for HBR3 (RK)
      - Standardize i915_reg.h definitions according to our doc and checkpatch (Paulo)
      - Remove unused timespec_to_jiffies_timeout function (Arnd)
      - Increase the scope of PSR wake fix for other VBTs out there (Vathsala)
      - Improve debug msgs with prop name/id (Ville)
      - Other clean up on unecessary cursor size defines (Ville)
      - Enforce max hdisplay/hblank_start limits on HSW/BDW (Ville)
      - Make ELD pointers constant (Jani)
      - Fix for PSR VBT parse (Colin)
      - Add warn about unsupported CDCLK rates (Imre)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      # gpg: Signature made Thu 21 Jun 2018 07:12:10 AM AEST
      # gpg:                using RSA key FA625F640EEB13CA
      # gpg: Good signature from "Rodrigo Vivi <rodrigo.vivi@intel.com>"
      # gpg:                 aka "Rodrigo Vivi <rodrigo.vivi@gmail.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 6D20 7068 EEDD 6509 1C2C  E2A3 FA62 5F64 0EEB 13CA
      Link: https://patchwork.freedesktop.org/patch/msgid/20180625165622.GA21761@intel.com
      b4d4b0b7
  2. 25 Jun, 2018 1 commit
  3. 22 Jun, 2018 3 commits
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next · 565c17b5
      Dave Airlie authored
      First feature request for 4.19.  Highlights:
      - Add initial amdgpu documentation
      - Add initial GPU scheduler documention
      - GPU scheduler fixes for dying processes
      - Add support for the JPEG engine on VCN
      - Switch CI to use powerplay by default
      - EDC support for CZ
      - More powerplay cleanups
      - Misc DC fixes
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      Link: https://patchwork.freedesktop.org/patch/msgid/20180621161138.3008-1-alexander.deucher@amd.com
      565c17b5
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · f4366e44
      Dave Airlie authored
      drm-misc-next for 4.19:
      
      UAPI Changes:
      - Add writeback connector (Brian Starkey/Liviu Dudau)
      - Add "content type" property to HDMI connectors (Stanislav Lisovskiy)
      
      Cross-subsystem Changes:
      - some devicetree Docs update
      - fix compile breakage on ION due to the dma-buf cleanups (Christian König)
      
      Core Changes:
      - Reject over-sized allocation requests early (Chris Wilson)
      - gem-fb-helper: Always do implicit sync (Daniel Vetter)
      - dma-buf cleanups (Christian König)
      
      Driver Changes:
      - Fixes for the otm8009a panel driver (Philippe Cornu)
      - Add Innolux TV123WAM panel driver support (Sandeep Panda)
      - Move GEM BO to drm_framebuffer in few drivers (Daniel Stone)
      - i915 pinning improvements (Chris Wilson)
      - Stop consulting plane->fb/crtc in a few drivers (Ville Syrjälä)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      Link: https://patchwork.freedesktop.org/patch/msgid/20180621105428.GA20795@juma
      f4366e44
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · 3069290d
      Dave Airlie authored
      - Ice Lake's display enabling patches (Jose, Mahesh, Dhinakaran, Paulo, Manasi, Anusha, Arkadiusz)
      - Ice Lake's workarounds (Oscar and Yunwei)
      - Ice Lake interrupt registers fixes (Oscar)
      - Context switch timeline fixes and improvements (Chris)
      - Spelling fixes (Colin)
      - GPU reset fixes and improvements (Chris)
        - Including fixes on execlist and preemption for a proper GPU reset (Chris)
      - Clean-up the port pipe select bits (Ville)
      - Other execlist improvements (Chris)
      - Remove unused enable_cmd_parser parameter (Chris)
      - Fix order of enabling pipe/transcoder/planes on HSW+ to avoid hang on ICL (Paulo)
      - Simplification and changes on intel_context (Chris)
      - Disable LVDS on Radiant P845 (Ondrej)
      - Improve HSW/BDW voltage swing handling (Ville)
      - Cleanup and renames on few parts of intel_dp code to make code clear and less confusing (Ville)
      - Move acpi lid notification code for fixing LVDS (Chris)
      - Speed up GPU idle detection (Chris)
      - Make intel_engine_dump irqsafe (Chris)
      - Fix GVT crash (Zhenyu)
      - Move GEM BO inside drm_framebuffer and use intel_fb_obj everywhere (Chris)
      - Revert edp's alternate fixed mode (Jani)
      - Protect tainted function pointer lookup (Chris)
        - And subsequent unsigned long size fix (Chris)
      - Allow page directory allocation to fail (Chris)
      - VBT's edp and lvds fix and clean-up (Ville)
      - Many other reorganizations and cleanups on DDI and DP code, as well on scaler and planes (Ville)
      - Selftest pin the mock kernel context (Chris)
      - Many PSR Fixes, clean-up and improvements (Dhinakaran)
      - PSR VBT fix (Vathsala)
      - Fix i915_scheduler and intel_context declaration (Tvrtko)
      - Improve PCH underruns detection on ILK-IVB (Ville)
      - Few s/drm_priv/i915 (Chris, Michal)
      - Notify opregion of the sanitized encoder state (Maarten)
      - Guc's event handling improvements and fixes on initialization failures (Michal)
      - Many gtt fixes and improvements (Chris)
      - Fixes and improvements for Suspend and Freeze safely (Chris)
      - i915_gem init and fini cleanup and fixes (Michal)
      - Remove obsolete switch_mm for gen8+ (Chris)
      - hw and context id fixes for GuC (Lionel)
      - Add new vGPU cap info bit VGT_CAPS_HUGE_GTT (Changbin)
      - Make context pin/unpin symmetric (Chris)
      - vma: Move the bind_count vs pin_count assertion to a helper (Chris)
      - Use available SZ_1M instead of 1 << 20 (Chris)
      - Trace and PMU fixes and improvements (Tvrtko)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180611162737.GA2378@intel.com
      3069290d
  4. 21 Jun, 2018 1 commit
  5. 20 Jun, 2018 14 commits
  6. 19 Jun, 2018 14 commits
  7. 18 Jun, 2018 6 commits