1. 28 Feb, 2018 2 commits
    • Markus Elfring's avatar
      drm/tilcdc: Delete an error message for a failed memory allocation in seven functions · 3366ba38
      Markus Elfring authored
      Omit an extra message for a memory allocation failure in these functions.
      
      This issue was detected by using the Coccinelle software.
      Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
      Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
      3366ba38
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next · 8bb5b222
      Dave Airlie authored
      - Expose thermal thresholds through hwmon properly
      - Rework HDP flushing for rings and CPU
      - Improved dual-link DVI handling in DC
      - Lots of code clean up
      - Additional DC clean up
      - Allow scanout from system memory on CZ/BR/ST
      - Improved PASID/VM integration
      - Expose GPU voltage and power via hwmon
      - Initial wattman-like support
      - Initial power profiles for use-case optimized performance
      - Rework GPUVM TLB flushing
      - Rework IP offset handling for SOC15 asics
      - Add CRC support in DC
      - Fixes for mmhub powergating
      - Initial regamma/degamma/CTM support in DC
      - ttm cleanups and simplifications
      - ttm OOM avoidance fixes
      
      * 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux: (348 commits)
        Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
        drm/radeon: use drm_gem_private_object_init
        drm/amdgpu: use drm_gem_private_object_init
        drm/amdgpu: mitigate workaround for i915
        drm/amdgpu: implement amdgpu_gem_map_(attach/detach)
        drm/amdgpu/powerplay/smu7: drop refresh rate checks for mclk switching
        drm/amdgpu/cgs: add refresh rate checking to non-DC display code
        drm/amd/powerplay/smu7: allow mclk switching with no displays
        drm/amd/powerplay/vega10: allow mclk switching with no displays
        drm/amd/powerplay: use PP_CAP macro for disable_mclk_switching_for_frame_lock
        drm/amd/powerplay: remove unused headers
        drm/amdgpu_gem: fix error handling path in amdgpu_gem_va_update_vm
        drm/amdgpu: update the PASID mapping only on demand
        drm/amdgpu: separate PASID mapping from VM flush v2
        drm/amd/display: Fix increment when sampling OTF in DCE
        drm/amd/display: De PQ implementation
        drm/amd/display: Remove unused dm_pp_ interfaces
        drm/amd/display: Add logging for aux DPCD access
        drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
        drm/amd/display: provide an interface to query firmware version
        ...
      8bb5b222
  2. 23 Feb, 2018 1 commit
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 727edc74
      Dave Airlie authored
      drm-misc-next for 4.17:
      
      Cross-subsystem Changes:
      - Backlight helpers to enable/disable and find devices in dt (Meghana)
      
      Core Changes:
      - Documentation improvements (Chris/Daniel/Jani)
      - simple_kms_helper: Add mode_valid() support (Linus)
      - mm: Fix bug in interval_tree causing nodes to be out-of-order (Chris)
      
      Driver Changes:
      - tinydrm/panel: Use the new backlight helpers (Meghana)
      - rockchip: Support gem_prime_import_sg_table + some fixes (Various)
      - sun4i: Add A83T HDMI support using dw-hdmi (Jernej)
      
      Cc: Meghana Madhyastha <meghana.madhyastha@gmail.com>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Jernej Skrabec <jernej.skrabec@siol.net>
      
      * tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc: (41 commits)
        drm/omapdrm: Use of_find_backlight helper
        drm/panel: Use of_find_backlight helper
        drm/omapdrm: Use backlight_enable/disable helpers
        drm/panel: Use backlight_enable/disable helpers
        drm/tinydrm: Call devres version of of_find_backlight
        drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlight
        drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disable
        drm: add documentation for tv connector state margins
        drm/doc: Use new substruct support
        drm/doc: Polish for drm_mode_parse_command_line_for_connector
        drm/docs: Document "scaling mode" property better
        drm/docs: Align layout of optional plane blending properties
        drm/docs: Discourage adding more to kms-properties.csv
        drm: simple_kms_helper: Add mode_valid() callback support
        drm/todo: Add idr_init_base todo
        drm: Use idr_init_base(1) when using id==0 for invalid
        drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
        drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
        dma-buf/sw_sync: Fix kerneldoc warnings
        drm: Fix kerneldoc warnings for drm_lease
        ...
      727edc74
  3. 20 Feb, 2018 21 commits
  4. 19 Feb, 2018 16 commits