1. 08 2月, 2022 3 次提交
  2. 16 12月, 2021 1 次提交
  3. 23 9月, 2021 1 次提交
  4. 20 7月, 2021 1 次提交
    • K
      drm/ast: Disable fast reset after DRAM initial · f34bf652
      KuoHsiang Chou 提交于
      [Bug][AST2500]
      
      V1:
      When AST2500 acts as stand-alone VGA so that DRAM and DVO initialization
      have to be achieved by VGA driver with P2A (PCI to AHB) enabling.
      However, HW suggests disable Fast reset mode after DRAM initializaton,
      because fast reset mode is mainly designed for ARM ICE debugger.
      Once Fast reset is checked as enabling, WDT (Watch Dog Timer) should be
      first enabled to avoid system deadlock before disable fast reset mode.
      
      V2:
      Use to_pci_dev() to get revision of PCI configuration.
      
      V3:
      If SCU00 is not unlocked, just enter its password again.
      It is unnecessary to clear AHB lock condition and restore WDT default
      setting again, before Fast-reset clearing.
      
      V4:
      repatch after "error : could not build fake ancestor" resolved.
      
      V5:
      Since CVE_2019_6260 item3, Most of AST2500 have disabled P2A(PCIe to AMBA).
      However, for backward compatibility, some patches about P2A, such as items
      of v5.2 and v5.3, are considered to be upstreamed with comments.
      1. Add define macro to improve source readability.
      ast_drv.h, ast_main.c, ast_post.c
      2. Add comment about "Fast restet" is enabled for ARM-ICE debugger
      ast_post.c
      3. Add comment about Reset USB port to patch USB unknown device issue
      ast_post.c
      Signed-off-by: NKuoHsiang Chou <kuohsiang_chou@aspeedtech.com>
      Signed-off-by: NThomas Zimmermann <tzimmermann@suse.de>
      Link: https://patchwork.freedesktop.org/patch/msgid/20210709080900.4056-1-kuohsiang_chou@aspeedtech.com
      f34bf652
  5. 27 4月, 2021 1 次提交
  6. 17 2月, 2021 7 次提交
  7. 11 12月, 2020 1 次提交
  8. 10 11月, 2020 1 次提交
  9. 09 11月, 2020 1 次提交
  10. 06 11月, 2020 1 次提交
    • D
      drm/<drivers>: Constify struct drm_driver · 70a59dd8
      Daniel Vetter 提交于
      Only the following drivers aren't converted:
      - amdgpu, because of the driver_feature mangling due to virt support.
        Subsequent patch will address this.
      - nouveau, because DRIVER_ATOMIC uapi is still not the default on the
        platforms where it's supported (i.e. again driver_feature mangling)
      - vc4, again because of driver_feature mangling
      - qxl, because the ioctl table is somewhere else and moving that is
        maybe a bit too much, hence the num_ioctls assignment prevents a
        const driver structure.
      - arcpgu, because that is stuck behind a pending tiny-fication series
        from me.
      - legacy drivers, because legacy requires non-const drm_driver.
      
      Note that for armada I also went ahead and made the ioctl array const.
      
      Only cc'ing the driver people who've not been converted (everyone else
      is way too much).
      
      v2: Fix one misplaced const static, should be static const (0day)
      
      v3:
      - Improve commit message (Sam)
      Acked-by: NSam Ravnborg <sam@ravnborg.org>
      Cc: kernel test robot <lkp@intel.com>
      Acked-by: NMaxime Ripard <mripard@kernel.org>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Dave Airlie <airlied@redhat.com>
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: virtualization@lists.linux-foundation.org
      Cc: Harry Wentland <harry.wentland@amd.com>
      Cc: Leo Li <sunpeng.li@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Eric Anholt <eric@anholt.net>
      Cc: Maxime Ripard <mripard@kernel.org>
      Cc: Ben Skeggs <bskeggs@redhat.com>
      Cc: nouveau@lists.freedesktop.org
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20201104100425.1922351-5-daniel.vetter@ffwll.ch
      70a59dd8
  11. 16 9月, 2020 1 次提交
  12. 03 8月, 2020 5 次提交
  13. 20 7月, 2020 2 次提交
  14. 07 7月, 2020 11 次提交
  15. 22 6月, 2020 2 次提交
  16. 02 3月, 2020 1 次提交