dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.7
@ 2020-04-22 22:46 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-04-22 22:46 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit 4da858c086433cd012c0bb16b5921f6fafe3f803:

  Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-fixes (2020-04-16 15:40:02 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-04-22

for you to fetch changes up to 7daec99fdcde7b01595134a3d8f385bc1009f1d8:

  drm/amdgpu/display: give aux i2c buses more meaningful names (2020-04-17 17:31:38 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-04-22:

amdgpu:
- Fix resume issue on renoir
- Thermal fix for older CI dGPUs
- Fix some fallout from dropping drm load/unload callbacks

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/display: fix aux registration (v2)
      drm/amdgpu/display: give aux i2c buses more meaningful names

Prike Liang (1):
      drm/amd/powerplay: fix resume failed as smu table initialize early exit

Sandeep Raghuraman (1):
      drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 14 ++++++++++--
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 15 ++++++++-----
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |  3 ++-
 .../gpu/drm/amd/powerplay/hwmgr/processpptables.c  | 26 ++++++++++++++++++++++
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |  7 +++++-
 5 files changed, 55 insertions(+), 10 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-05-27 22:27 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-05-27 22:27 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A couple of small fixes for 5.7

The following changes since commit 7d9ff5eed4146bf026c69e766ff630bc0bd555bb:

  Merge tag 'amd-drm-fixes-5.7-2020-05-21' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-05-22 10:30:51 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-05-27

for you to fetch changes up to 4e5183200d9b66695c754ef214933402056e7b95:

  drm/amd/display: Fix potential integer wraparound resulting in a hang (2020-05-27 18:13:14 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-05-27:

amdgpu:
- Display atomic test fix
- Fix soft hang in display vupdate code

----------------------------------------------------------------
Aric Cyr (1):
      drm/amd/display: Fix potential integer wraparound resulting in a hang

Simon Ser (1):
      drm/amd/display: drop cursor position check in atomic test

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c         | 7 -------
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 ++
 2 files changed, 2 insertions(+), 7 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-05-21 22:24 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-05-21 22:24 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit 5a3f610877e9d08968ea7237551049581f02b163:

  drm/edid: Add Oculus Rift S to non-desktop list (2020-05-20 12:56:49 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-05-21

for you to fetch changes up to 31ecebee9c36d5e5e113a357a655d993fa916174:

  drm/amd/display: Defer cursor lock until after VUPDATE (2020-05-20 17:32:13 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-05-21:

amdgpu:
- DP fix
- Floating point fix
- Fix cursor stutter issue

----------------------------------------------------------------
Nicholas Kazlauskas (1):
      drm/amd/display: Defer cursor lock until after VUPDATE

Rodrigo Siqueira (1):
      drm/amd/display: Remove dml_common_def file

Vladimir Stempen (1):
      drm/amd/display: DP training to set properly SCRAMBLING_DISABLE

 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   | 27 +++++++++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 69 +++++++++++++++++++++-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h  |  5 ++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  2 -
 .../display/dc/dml/dcn20/display_rq_dlg_calc_20.h  |  1 -
 .../dc/dml/dcn20/display_rq_dlg_calc_20v2.h        |  1 -
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.h  |  2 +-
 .../gpu/drm/amd/display/dc/dml/display_mode_lib.h  |  6 +-
 .../gpu/drm/amd/display/dc/dml/display_mode_vba.h  |  2 -
 .../amd/display/dc/dml/display_rq_dlg_helpers.h    |  1 -
 .../amd/display/dc/dml/dml1_display_rq_dlg_calc.h  |  2 -
 .../gpu/drm/amd/display/dc/dml/dml_common_defs.c   | 43 --------------
 .../gpu/drm/amd/display/dc/dml/dml_common_defs.h   | 37 ------------
 .../gpu/drm/amd/display/dc/dml/dml_inline_defs.h   | 15 ++++-
 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |  5 ++
 18 files changed, 126 insertions(+), 95 deletions(-)
 delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.c
 delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/dml_common_defs.h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-05-06 21:22 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-05-06 21:22 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit e3dcd86b3b4c045a4db17c02340138a4c514fe20:

  Merge tag 'amd-drm-fixes-5.7-2020-04-29' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-05-01 11:19:55 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-05-06

for you to fetch changes up to e6142dd511425cb827b5db869f489eb81f5f994d:

  drm/amd/display: Prevent dpcd reads with passive dongles (2020-05-05 16:13:57 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-05-06:

amdgpu:
- Runtime PM fixes
- DC fix for PPC
- Misc DC fixes

----------------------------------------------------------------
Aurabindo Pillai (1):
      drm/amd/display: Prevent dpcd reads with passive dongles

Daniel Kolesa (1):
      drm/amd/display: work around fp code being emitted outside of DC_FP_START/END

Evan Quan (2):
      drm/amdgpu: move kfd suspend after ip_suspend_phase1
      drm/amdgpu: drop redundant cg/pg ungate on runpm enter

Michel Dänzer (1):
      drm/amdgpu/dc: Use WARN_ON_ONCE for ASSERT

Roman Li (1):
      drm/amd/display: fix counter in wait_for_no_pipes_pending

Sung Lee (1):
      drm/amd/display: Update DCN2.1 DV Code Revision

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  7 ++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 17 +++++++-----
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  5 ++--
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  | 31 ++++++++++++++++------
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.c  |  8 +++---
 drivers/gpu/drm/amd/display/dc/os_types.h          |  2 +-
 6 files changed, 43 insertions(+), 27 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-04-29 21:20 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-04-29 21:20 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit e32b2484b3e00170b6cf57d99a18972e174e10ea:

  Merge tag 'drm-misc-fixes-2020-04-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-04-24 10:14:04 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-04-29

for you to fetch changes up to b2a7b0ce0773bfa4406bc0a78e41979532a1edd7:

  drm/amd/display: Use cursor locking to prevent flip delays (2020-04-28 16:45:14 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-04-29:

amdgpu:
- Fix a green screen on resume issue
- PM fixes for SR-IOV
- SDMA fix for navi
- Renoir display fixes
- Cursor and pageflip stuttering fixes
- Misc additional display fixes

UAPI:
- Add additional DCC tiling flags for navi1x
  Used by: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4697

----------------------------------------------------------------
Aric Cyr (1):
      drm/amd/display: Use cursor locking to prevent flip delays

Aurabindo Pillai (1):
      drm/amd/display: DispalyPort: Write OUI only if panel supports it

Dmytro Laktyushkin (2):
      drm/amd/display: check if REFCLK_CNTL register is present
      drm/amd/display: fix rn soc bb update

Marek Olšák (3):
      drm/amdgpu: add tiling flags from Mesa
      drm/amdgpu: invalidate L2 before SDMA IBs (v2)
      drm/amdgpu: bump version for invalidate L2 before SDMA IBs

Nicholas Kazlauskas (1):
      drm/amd/display: Defer cursor update around VUPDATE for all ASIC

Rodrigo Siqueira (1):
      drm/amd/display: Fix green screen issue after suspend

Sung Lee (1):
      drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1

Tiecheng Zhou (2):
      Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"
      drm/amd/powerplay: avoid using pm_en before it is initialized revised

Xiaodong Yan (1):
      drm/amd/display: blank dp stream before re-train the link

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/navi10_sdma_pkt_open.h  | 16 +++++
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c             | 14 +++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 38 ++++++++---
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   | 27 ++++++++
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    | 40 ++---------
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  1 +
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 10 +++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c   | 15 +++++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h   | 20 ++++--
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  | 14 +++-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  3 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c   |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.h   |  3 +-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  4 ++
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  | 77 ++++++++++------------
 drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h        | 16 +++++
 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |  1 +
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c      |  9 +--
 include/uapi/drm/amdgpu_drm.h                      |  4 ++
 24 files changed, 215 insertions(+), 105 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-04-15 22:16 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-04-15 22:16 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit 7e7ea24f0b46cd3078bc9af29d1c1aced89d1c8e:

  drm/amdgpu/display: fix warning when compiling without debugfs (2020-04-08 17:53:11 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-04-15

for you to fetch changes up to 974229db7e6c1f2ff83ceaf3022d5128bf62caca:

  drm/amdgpu/gfx9: add gfxoff quirk (2020-04-14 12:48:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-04-15:

amdgpu:
- gfx10 fix
- SMU7 overclocking fix
- RAS fix
- GPU reset fix
- Fix a regression in a previous s/r fix
- Add a gfxoff quirk

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/gfx9: add gfxoff quirk

Evan Quan (2):
      drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset
      drm/amdgpu: fix wrong vram lost counter increment V2

Likun Gao (1):
      Revert "drm/amdgpu: change SH MEM alignment mode for gfx10"

Prike Liang (1):
      drm/amdgpu: fix the hw hang during perform system reboot and reset

Sergei Lopatin (1):
      drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c       | 22 ++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/cik.c                 |  2 --
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c           |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/nv.c                  |  4 ----
 drivers/gpu/drm/amd/amdgpu/soc15.c               |  4 ----
 drivers/gpu/drm/amd/amdgpu/vi.c                  |  2 --
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c |  5 ++++-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c        |  6 ++++++
 9 files changed, 33 insertions(+), 16 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pull] amdgpu drm-fixes-5.7
@ 2020-04-08 22:22 Alex Deucher
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Deucher @ 2020-04-08 22:22 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit 3148a6a0ef3cf93570f30a477292768f7eb5d3c3:

  drm/amdkfd: kfree the wrong pointer (2020-04-01 14:44:22 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.7-2020-04-08

for you to fetch changes up to 7e7ea24f0b46cd3078bc9af29d1c1aced89d1c8e:

  drm/amdgpu/display: fix warning when compiling without debugfs (2020-04-08 17:53:11 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.7-2020-04-08:

amdgpu:
- Various Renoir fixes
- Fix gfx clockgating sequence on gfx10
- RAS fixes
- Avoid MST property creation after registration
- Various cursor/viewport fixes
- Fix a confusing log message about optional firmwares

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: unify fw_write_wait for new gfx9 asics

Aaron Ma (1):
      drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event

Alex Deucher (2):
      drm/amdgpu/psp: dont warn on missing optional TA's
      drm/amdgpu/display: fix warning when compiling without debugfs

Chengming Gui (1):
      drm/amd/amdgpu: Correct gfx10's CG sequence

Eric Yang (1):
      drm/amd/display: change default pipe_split policy for DCN1

Evan Quan (1):
      drm/amd/powerplay: error out on forcing clock setting not supported

Isabel Zhang (1):
      drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax

Jerry (Fangzhi) Zuo (1):
      drm/amd/display: Avoid create MST prop after registration

John Clements (2):
      drm/amdgpu: resolve mGPU RAS query instability
      drm/amdgpu: update RAS related dmesg print

Joshua Aberback (1):
      drm/amd/display: Acknowledge wm_optimized_required

Likun Gao (1):
      drm/amdgpu: change SH MEM alignment mode for gfx10

Michael Strauss (1):
      drm/amd/display: Check for null fclk voltage when parsing clock table

Nicholas Kazlauskas (5):
      drm/amd/display: Translate cursor position by source rect
      drm/amd/display: Fix incorrect cursor pos on scaled primary plane
      drm/amd/display: Program viewport when source pos changes for DCN20 hw seq
      drm/amd/display: Calculate scaling ratios on every medium/full update
      drm/amd/display: Make cursor source translation adjustment optional

Prike Liang (2):
      drm/amd/powerplay: implement the is_dpm_running()
      drm/amdgpu: fix gfx hang during suspend with video playback (v2)

Shirish S (1):
      drm/amd/display: re-order asic declarations

Tiecheng Zhou (1):
      drm/amd/powerplay: avoid using pm_en before it is initialized

Yuxian Dai (1):
      drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  5 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  6 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 20 ++++++---
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 25 +++++++-----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c              |  6 ++-
 drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c            | 13 +++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 17 ++++----
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  8 ++++
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 20 +++++++--
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h       |  2 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    | 17 ++++++++
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 40 +++++++++++++++++-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  1 +
 drivers/gpu/drm/amd/display/include/dal_asic_id.h  |  6 ++-
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c      |  3 +-
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       | 47 +++++++++++++++++++++-
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         | 18 +++++++++
 drivers/gpu/drm/amd/powerplay/renoir_ppt.h         |  2 +-
 22 files changed, 217 insertions(+), 48 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-27 22:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 22:46 [pull] amdgpu drm-fixes-5.7 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2020-05-27 22:27 Alex Deucher
2020-05-21 22:24 Alex Deucher
2020-05-06 21:22 Alex Deucher
2020-04-29 21:20 Alex Deucher
2020-04-15 22:16 Alex Deucher
2020-04-08 22:22 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).