1. 27 Jan, 2017 11 commits
    • Nils Wallménius's avatar
      drm/amdgpu: Remove checking for atombios · f7e9e9fe
      Nils Wallménius authored
      This is a left over from radeon, amdgpu doesn't support any
      non-atombios parts and amdgpu_device_init would bail if the
      check for atombios failed anyway.
      Reviewed-by: default avatarEdward O'Callaghan <funfunctor@folklore1984.net>
      Signed-off-by: default avatarNils Wallménius <nils.wallmenius@gmail.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      f7e9e9fe
    • Tom St Denis's avatar
      drm/amd/amdgpu: Widen mmio trace register address width · e11666eb
      Tom St Denis authored
      Support wider address spaces, make it 32-bit so we don't have to
      revisit this for a while.
      Signed-off-by: default avatarTom St Denis <tom.stdenis@amd.com>
      Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      e11666eb
    • Arindam Nath's avatar
      drm/amd/amdgpu: get maximum and used UVD handles (v4) · 44879b62
      Arindam Nath authored
      Change History
      --------------
      
      v4: Changes suggested by Emil, Christian
      - return -ENODATA for asics with unlimited sessions
      
      v3: changes suggested by Christian
      - Add a check for UVD IP block using AMDGPU_HW_IP_UVD
        query type.
      - Add a check for asic_type to be less than
        CHIP_POLARIS10 since starting Polaris, we support
        unlimited UVD instances.
      - Add kerneldoc style comment for
        amdgpu_uvd_used_handles().
      
      v2: as suggested by Christian
      - Add a new query AMDGPU_INFO_NUM_HANDLES
      - Create a helper function to return the number
        of currently used UVD handles.
      - Modify the logic to count the number of used
        UVD handles since handles can be freed in
        non-linear fashion.
      
      v1:
      - User might want to query the maximum number of UVD
        instances supported by firmware. In addition to that,
        if there are multiple applications using UVD handles
        at the same time, he might also want to query the
        currently used number of handles.
      
        For this we add two variables max_handles and
        used_handles inside drm_amdgpu_info_hw_ip. So now
        an application (or libdrm) can use AMDGPU_INFO IOCTL
        with AMDGPU_INFO_HW_IP_INFO query type to get these
        values.
      Signed-off-by: default avatarArindam Nath <arindam.nath@amd.com>
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      44879b62
    • Rex Zhu's avatar
    • Tom St Denis's avatar
      drm/amd/amdgpu: De-numberify golden SI registers · 78bbe771
      Tom St Denis authored
      Where possible replace numeric constants in the table
      with their register names.
      
      Compile tested + executed on a Tahiti.
      Signed-off-by: default avatarTom St Denis <tom.stdenis@amd.com>
      Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      78bbe771
    • Huang Rui's avatar
    • Chris Wilson's avatar
      drm/sti: Fix compilation failure for drm_framebuffer.pixel_format · a5b2b6eb
      Chris Wilson authored
      drivers/gpu/drm/sti/sti_plane.c:76:33: error: ‘struct drm_framebuffer’
      has no member named ‘pixel_format’; did you mean ‘format’?
      
      I didn't look to hard at the casting to a char * and just did a
      mechanical transformation of s/pixel_format/format->format/ as given in
      commit 438b74a5 ("drm: Nuke fb->pixel_format").
      
      Fixes: 438b74a5 ("drm: Nuke fb->pixel_format")
      Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
      Cc: Vincent Abriou <vincent.abriou@st.com>
      Acked-by: default avatarVincent Abriou <vincent.abriou@st.com>
      Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      a5b2b6eb
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-next · 3875623c
      Dave Airlie authored
      - cleanups&fixes for dw-hdmi bride driver (Laurent)
      - updates for adv bridge driver (John Stultz) for nexus
      - drm_crtc_from_index helper rollout (Shawn Guo)
      - removing drm_framebuffer_unregister_private from drivers&core
      - target_vblank (Andrey Grodzovsky)
      - misc tiny stuff
      
      * tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc: (49 commits)
        drm: qxl: Open code teardown function for qxl
        drm: qxl: Open code probing sequence for qxl
        drm/bridge: adv7511: Re-write the i2c address before EDID probing
        drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID
        drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally
        drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve monitor detection
        drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()
        drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context
        drm: vc4: use crtc helper drm_crtc_from_index()
        drm: tegra: use crtc helper drm_crtc_from_index()
        drm: nouveau: use crtc helper drm_crtc_from_index()
        drm: mediatek: use crtc helper drm_crtc_from_index()
        drm: kirin: use crtc helper drm_crtc_from_index()
        drm: exynos: use crtc helper drm_crtc_from_index()
        dt-bindings: display: dw-hdmi: Clean up DT bindings documentation
        drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHY
        drm: bridge: dw-hdmi: Fix the name of the PHY reset macros
        drm: bridge: dw-hdmi: Define and use macros for PHY register addresses
        drm: bridge: dw-hdmi: Detect PHY type at runtime
        drm: bridge: dw-hdmi: Handle overflow workaround based on device version
        ...
      3875623c
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel into drm-next · a7e2641a
      Dave Airlie authored
      Final block of feature work for 4.11:
      
      - gen8 pd cleanup from Matthew Auld
      - more cleanups for view/vma (Chris)
      - dmc support on glk (Anusha Srivatsa)
      - use core crc api (Tomue)
      - track wedged requests using fence.error (Chris)
      - lots of psr fixes (Nagaraju, Vathsala)
      - dp mst support, acked for merging through drm-intel by Takashi
        (Libin)
      - huc loading support, including uapi for libva to use it (Anusha
        Srivatsa)
      
      * tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-intel: (111 commits)
        drm/i915: Update DRIVER_DATE to 20170123
        drm/i915: reinstate call to trace_i915_vma_bind
        drm/i915: Assert that created vma has a whole number of pages
        drm/i915: Assert the drm_mm_node is allocated when on the VM lists
        drm/i915: Treat an error from i915_vma_instance() as unlikely
        drm/i915: Reject vma creation larger than address space
        drm/i915: Use common LRU inactive vma bumping for unpin_from_display
        drm/i915: Do an unlocked wait before set-cache-level ioctl
        drm/i915/huc: Assert that HuC vma is placed in GuC accessible range
        drm/i915/huc: Avoid attempting to authenticate non-existent fw
        drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max/min
        drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_config()
        drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()
        drm/i915: Release temporary load-detect state upon switching
        drm/i915: Remove i915_gem_object_to_ggtt()
        drm/i915: Remove i915_vma_create from VMA API
        drm/i915: Add a check that the VMA instance we lookup matches the request
        drm/i915: Rename some warts in the VMA API
        drm/i915: Track pinned vma in intel_plane_state
        drm/i915/get_params: Add HuC status to getparams
        ...
      a7e2641a
    • Dave Airlie's avatar
      Reinstate "drm/probe-helpers: Drop locking from poll_enable"" · c4d79c22
      Dave Airlie authored
      This reverts commit 54a07c7b,
      and reinstates the original.
      
      [airlied: this might be a bad plan for git].
      
      commit 3846fd9b
      Author: Daniel Vetter <daniel.vetter@ffwll.ch>
      Date:   Wed Jan 11 10:01:17 2017 +0100
      
          drm/probe-helpers: Drop locking from poll_enable
      
          It was only needed to protect the connector_list walking, see
      
          commit 8c4ccc4a
          Author: Daniel Vetter <daniel.vetter@ffwll.ch>
          Date:   Thu Jul 9 23:44:26 2015 +0200
      
              drm/probe-helper: Grab mode_config.mutex in poll_init/enable
      
          Unfortunately the commit message of that patch fails to mention that
          the new locking check was for the connector_list.
      
          But that requirement disappeared in
      
          commit c36a3254
          Author: Daniel Vetter <daniel.vetter@ffwll.ch>
          Date:   Thu Dec 15 16:58:43 2016 +0100
      
              drm: Convert all helpers to drm_connector_list_iter
      
          and so we can drop this again.
      
          This fixes a locking inversion on nouveau, where the rpm code needs to
          re-enable. But in other places the rpm_get() calls are nested within
          the big modeset locks.
      
          While at it, also improve the kerneldoc for these two functions a
          notch.
      
          v2: Update the kerneldoc even more to explain that these functions
          can't be called concurrently, or bad things happen (Chris).
      c4d79c22
    • Dave Airlie's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next · b0df0b25
      Dave Airlie authored
      Backmerge Linus master to get the connector locking revert.
      
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux: (645 commits)
        sysctl: fix proc_doulongvec_ms_jiffies_minmax()
        Revert "drm/probe-helpers: Drop locking from poll_enable"
        MAINTAINERS: add Dan Streetman to zbud maintainers
        MAINTAINERS: add Dan Streetman to zswap maintainers
        mm: do not export ioremap_page_range symbol for external module
        mn10300: fix build error of missing fpu_save()
        romfs: use different way to generate fsid for BLOCK or MTD
        frv: add missing atomic64 operations
        mm, page_alloc: fix premature OOM when racing with cpuset mems update
        mm, page_alloc: move cpuset seqcount checking to slowpath
        mm, page_alloc: fix fast-path race with cpuset update or removal
        mm, page_alloc: fix check for NULL preferred_zone
        kernel/panic.c: add missing \n
        fbdev: color map copying bounds checking
        frv: add atomic64_add_unless()
        mm/mempolicy.c: do not put mempolicy before using its nodemask
        radix-tree: fix private list warnings
        Documentation/filesystems/proc.txt: add VmPin
        mm, memcg: do not retry precharge charges
        proc: add a schedule point in proc_pid_readdir()
        ...
      b0df0b25
  2. 26 Jan, 2017 3 commits
    • Eric Dumazet's avatar
      sysctl: fix proc_doulongvec_ms_jiffies_minmax() · ff9f8a7c
      Eric Dumazet authored
      We perform the conversion between kernel jiffies and ms only when
      exporting kernel value to user space.
      
      We need to do the opposite operation when value is written by user.
      
      Only matters when HZ != 1000
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ff9f8a7c
    • Linus Torvalds's avatar
      Merge tag 'pinctrl-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · 928d336a
      Linus Torvalds authored
      Pull pin control fixes from Linus Walleij:
       "A bunch of pin control fixes for v4.10 that didn't get sent off until
        now, sorry for the delay.
      
        It's only driver fixes:
      
         - A bunch of fixes to the Intel drivers: broxton, baytrail. Bugs
           related to register offsets, IRQ, debounce functionality.
      
         - Fix a conflict amongst UART settings on the meson.
      
         - Fix the ethernet setting on the Uniphier.
      
         - A compilation warning squelched"
      
      * tag 'pinctrl-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
        pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20
        pinctrl: meson: fix uart_ao_b for GXBB and GXL/GXM
        pinctrl: amd: avoid maybe-uninitalized warning
        pinctrl: baytrail: Do not add all GPIOs to IRQ domain
        pinctrl: baytrail: Rectify debounce support
        pinctrl: intel: Set pin direction properly
        pinctrl: broxton: Use correct PADCFGLOCK offset
      928d336a
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-for-v4.10-rc6-revert-one' of git://people.freedesktop.org/~airlied/linux · bed7b016
      Linus Torvalds authored
      Pull drm revert from Dave Airlie:
       "Revert one patch missing some prereqs.
      
        One of the connector fixes was missing some prereqs, we have an
        alternate driver fix that should work that I'll send tomorrow.
      
        Today is a holiday here so quickly smashing this out"
      
      Daniel Vetter explains:
       "I pushed a locking change to fix a nouveau rpm issue to -fixes that
        needed the connector_list rework. And that's only in -next, but I
        missed that. Dave has the revert in a pull, and he'll follow-up with
        the hack nouveau patch for 4.10, and then we'll reapply the proper fix
        again for -next and revert the hacks. A bit a mess, but should be
        sorted soon"
      
      * tag 'drm-fixes-for-v4.10-rc6-revert-one' of git://people.freedesktop.org/~airlied/linux:
        Revert "drm/probe-helpers: Drop locking from poll_enable"
      bed7b016
  3. 25 Jan, 2017 26 commits