1. 06 Jan, 2020 5 commits
  2. 05 Jan, 2020 8 commits
  3. 04 Jan, 2020 6 commits
  4. 03 Jan, 2020 17 commits
  5. 02 Jan, 2020 1 commit
  6. 01 Jan, 2020 1 commit
  7. 27 Dec, 2019 2 commits
    • james qian wang (Arm Technology China)'s avatar
      drm/komeda: Add runtime_pm support · efb46508
      - Add pm_runtime_get/put to crtc_enable/disable along with the real
        display usage
      - Add runtime_get/put to register_show, since register_show() will
        access register, need to wakeup HW.
      - For the case that PM is not enabled or configured, manually wakeup HW
      Signed-off-by: default avatarjames qian wang (Arm Technology China) <james.qian.wang@arm.com>
      Reviewed-by: default avatarMihail Atanassov <mihail.atanassov@arm.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20191212074756.14678-1-james.qian.wang@arm.com
      efb46508
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · 3ae32714
      Dave Airlie authored
      i915 features for v5.6:
      
      - Separate hardware and uapi state (Maarten)
      
      - Expose a number of sprite and plane formats (Ville)
      
      - DDC symlink in HDMI connector sysfs directory (Andrzej Pietrasiewicz)
      
      - Improve obj->mm.lock nesting lock annotation (Daniel)
        (Includes lockdep changes)
      
      - Selftest improvements across the board (Chris)
      
      - ICL/TGL VDSC support on DSI (Jani, Vandita)
      
      - TGL DSB fixes (Animesh, Lucas, Tvrtko)
      
      - VBT parsing improvements and fixes (Lucas, Matt, José, Jani, Dan Carpenter)
      
      - Fix LPSS vs. PMIC PWM backlight use on BYT/CHT (Hans)
        (Includes ACPI+MFD changes)
      
      - Display state, crtc, plane code refactoring (Ville)
      
      - Set opregion chpd value to indicate the driver handles hotplug (Hans de Goede)
      
      - DSI updates and fixes, TGL pipe D support, port mapping (José, Jani, Vandita)
      
      - Make HDCP 2.2 support cover CFL (Juston Li)
      
      - Fix CML PCI IDs and ULT (Shawn Lee)
      
      - CMP-V PCH fix (Imre)
      
      - TGL: Add another TGL PCH ID (James)
      
      - EHL/JSL: Add new PCI IDs (James)
      
      - Rename pipe update tracepoints (Ville)
      
      - Fix FBC on GLK+ (Ville)
      
      - GuC fixes and improvements (Daniele, Don Hiatt, Stuart Summers, Matthew Brost)
      
      - Display debugfs improvements (Ville)
      
      - Hotplug/irq fixes (Matt)
      
      - PSR fixes and improvements (José)
      
      - DRM_I915_GEM_MMAP_OFFSET ioctl (Abdiel)
      
      - Static analysis fixes (Colin Ian King)
      
      - Register sysctl path globally (Venkata Sandeep Dhanalakota)
      
      - Introduce new macros for tracing (Venkata Sandeep Dhanalakota)
      
      - Migrate gt towards intel_uncore_read/write (Andi)
      
      - Add rps frequency translation helpers (Andi)
      
      - Fix TGL transcoder clock off sequence (José)
      
      - Fix TGL port A audio (Kai Vehmanen)
      
      - TGL render decompression (DK)
      
      - GEM/GT improvements and fixes across the board (Chris)
      
      - Couple of backmerges (Jani)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      # gpg: Signature made Tue 24 Dec 2019 03:20:48 AM AEST
      # gpg:                using RSA key D398079D26ABEE6F
      # gpg: Good signature from "Jani Nikula <jani.nikula@intel.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: 1565 A65B 77B0 632E 1124  E59C D398 079D 26AB EE6F
      
      # Conflicts:
      #	drivers/gpu/drm/i915/display/intel_fbc.c
      #	drivers/gpu/drm/i915/gt/intel_lrc.c
      #	drivers/gpu/drm/i915/i915_gem.c
      From: Jani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/87lfr3rkry.fsf@intel.com
      3ae32714