amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-10 16:55:26 to 2020-01-15 12:17:48 UTC [more...]

[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15 12:16 UTC  (8+ messages)
` [PATCH v2 01/21] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v2 02/21] drm: Evaluate struct drm_device.vblank_disable_immediate on each use
` [PATCH v2 03/21] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
` [PATCH v2 04/21] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 05/21] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v2 06/21] drm/gma500: "
` [PATCH v2 07/21] drm/i915: "

[PATCH] drm/scheduler: fix race condition in load balancer
 2020-01-15 11:04 UTC  (8+ messages)

[PATCH] drm/scheduler: fix documentation by replacing rq_list with sched_list
 2020-01-15 10:44 UTC  (4+ messages)

[PATCH] drm/amdgpu: fill the alignment for secure buffer
 2020-01-15 10:33 UTC  (4+ messages)

[PATCH 1/3] drm/amdgpu: provide a generic function interface for reading register by KIQ
 2020-01-15 10:01 UTC  (7+ messages)
` [PATCH 2/3] drm/amdgpu: add kiq version interface for RREG32
` [PATCH 3/3] drm/amdgpu: reading register using RREG32_KIQ macro

[PATCH 00/23] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15  9:41 UTC  (25+ messages)
` [PATCH 01/23] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH 02/23] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH 05/23] drm/radeon: "
` [PATCH 08/23] drm/stm: "
` [PATCH 09/23] drm: Remove struct drm_driver.get_scanout_position()
` [PATCH 12/23] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH 17/23] drm/radeon: "
` [PATCH 19/23] drm/stm: "
` [PATCH 23/23] drm: Cleanup VBLANK callbacks in struct drm_driver

[PATCH 1/3] drm/amdgpu: provide a generic function interface for reading register by KIQ
 2020-01-15  9:41 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: add kiq version interface for RREG32
` [PATCH 3/3] drm/amdgpu: read gfx register using RREG32_KIQ macro

[PATCH] drm/amdgpu/sriov skip the update of SMU_TABLE_ACTIVITY_MONITOR_COEFF
 2020-01-15  9:25 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: a quick fix for the deadlock issue below
 2020-01-15  9:20 UTC 

[PATCH] drm/amdgpu: check if driver should try recovery in ras recovery path
 2020-01-15  7:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: always reset asic when going into suspend
 2020-01-15  7:44 UTC  (8+ messages)

[PATCH] drm/amdgpu: flush the fence on the bo after we individualize
 2020-01-15  6:26 UTC 

[PATCH] drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 training enabled(V5)
 2020-01-15  6:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: check if driver should try recovery in ras recovery path
 2020-01-15  4:06 UTC  (2+ messages)

[follow-up] AMD Sensir Fusion HUB status
 2020-01-15  3:45 UTC  (3+ messages)

[PATCH 1/5] drm/amdgpu: only set cp active field for kiq queue
 2020-01-15  2:55 UTC  (12+ messages)
` [PATCH 3/5] drm/amdkfd: use map_queues for hiq on arcturus as well
` [PATCH 4/5] drm/amdkfd: use map_queues for hiq on gfx v10 "
` [PATCH 5/5] drm/amdkfd: use map_queues for hiq on gfx v8 "

[PATCH 0/2] Take SST-only branch device into account
 2020-01-15  2:43 UTC  (7+ messages)
` [PATCH 1/2] drm/dp_mst: Add a function to determine the mst end device
` [PATCH 2/2] drm/dp_mst: Handle SST-only branch device case

[PATCH] drm/amdgpu/pm: clean up return types
 2020-01-15  2:14 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings
 2020-01-15  2:02 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14

[PATCH 0/2] Adjust AMD GPU ATS quirks
 2020-01-14 23:41 UTC  (4+ messages)
` [PATCH 1/2] pci: Clarify ATS quirk
` [PATCH 2/2] pci: add ATS quirk for navi14 board (v2)

[PATCH v3 0/5] support Arcturus IFM workaround
 2020-01-14 22:23 UTC  (6+ messages)
` [PATCH v3 1/5] drm/amdgpu/vcn: support multiple-instance dpg pause mode
` [PATCH v3 2/5] drm/amdgpu/vcn2.5: support multiple instance direct SRAM read and write
` [PATCH v3 3/5] drm/amdgpu/vcn2.5: add DPG mode start and stop
` [PATCH v3 4/5] drm/amdgpu/vcn2.5: add dpg pause mode
` [PATCH v3 5/5] drm/amdgpu/vcn2.5: implement indirect DPG SRAM mode

[RFC PATCH] drm/scheduler: use idle time to do better loadbalance
 2020-01-14 20:06 UTC 

[PATCH 0/6] support ArcturusIFM workaround
 2020-01-14 19:20 UTC  (13+ messages)
` [PATCH 1/6] drm/amdgpu/vcn: support multiple-instance dpg pause mode
` [PATCH 2/6] drm/amdgpu/vcn2.5: add direct SRAM read and write
` [PATCH 3/6] drm/amdgpu/vcn2.5: add DPG mode start and stop
  ` [PATCH v2 "
` [PATCH 4/6] drm/amdgpu/vcn2.5: add dpg pause mode
` [PATCH 5/6] drm/amdgpu/vcn: support multiple-instance dpg sram mode
` [PATCH 6/6] drm/amdgpu/vcn2.5: implement indirect DPG SRAM mode

[PATCH v2] drm/dp_mst: clear time slots for ports invalid
 2020-01-14 18:59 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/pm: properly handle runtime pm
 2020-01-14 13:45 UTC  (7+ messages)
` [PATCH 2/2] drm/amdgpu/debugfs: "

[PATCH RESEND] drm/amdgpu: error out on entity with no run queue
 2020-01-14 10:21 UTC  (2+ messages)

[PATCH] drm/amdgpu: modify packet size for pm4 flush tlbs
 2020-01-14  8:32 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: add kiq version interface for RREG32
 2020-01-14  4:20 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: reading CP_MEM_SLP_CNTL register using RREG32_KIQ macro

[PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10
 2020-01-14  3:21 UTC  (9+ messages)
` [PATCH 4/7] drm/amdgpu: replace kcq enable/disable functions on gfx_v9
` [PATCH 5/7] drm/amdgpu: export function to flush TLB via pasid

[PATCH] drm/amdgpu: check rlc_g firmware pointer is valid before using it
 2020-01-14  3:08 UTC  (3+ messages)

[PATCH] drm/dp_mst: Have DP_Tx send one msg at a time
 2020-01-14  3:01 UTC  (3+ messages)

[PATCH 1/8] drm/amdgpu: drop amdgpu_job.owner
 2020-01-13 18:56 UTC  (10+ messages)
` [PATCH 2/8] drm/amdgpu: explicitly sync VM update to PDs/PTs
` [PATCH 3/8] drm/amdgpu: use the VM as job owner
` [PATCH 4/8] drm/amdgpu: rework job synchronization
` [PATCH 5/8] drm/amdgpu: rework synchronization of VM updates v2
` [PATCH 6/8] drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backend
` [PATCH 7/8] drm/amdgpu: drop unnecessary restriction for huge root PDEs
` [PATCH 8/8] drm/amdgpu: make sure to never allocate PDs/PTs for invalidations

[PATCH] drm/amdgpu/df3.6: remove unused variable
 2020-01-13 18:55 UTC  (3+ messages)

[PATCH 00/43] DC Patches - January 10, 2020
 2020-01-13 17:12 UTC  (8+ messages)
` [PATCH 39/43] drm/amd/display: Use udelay to avoid context switch

[PATCH] drm/amdgpu/display: Use u64 divide macro for round up division
 2020-01-13 17:07 UTC  (3+ messages)

[PATCH 1/7] drm/amdgpu: Avoid reclaim fs while eviction lock
 2020-01-13 16:58 UTC  (19+ messages)
` [PATCH 2/7] drm/amdgpu: kiq pm4 function implementation for gfx_v9
` [PATCH 3/7] drm/amdgpu: implement tlbs invalidate on gfx9 gfx10
` [PATCH 4/7] drm/amdgpu: replace kcq enable function on gfx_v9
` [PATCH 5/7] drm/amdgpu: export function to flush TLB via pasid
` [PATCH 6/7] drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfd
` [PATCH 7/7] drm/amdgpu: flush TLB functions removal from kfd2kgd interface

[PATCH] drm/amdgpu: fix a warning in get_sdma_rlc_reg_offset
 2020-01-13 16:23 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix a compiling warning
 2020-01-13 14:12 UTC  (3+ messages)

[RFC PATCH] drm/scheduler: use idle time to do better loadbalance
 2020-01-13 12:04 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: fix the null pointer issue on switching power profile
 2020-01-13  3:39 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add a message when SW scheduler is used
 2020-01-13  2:57 UTC  (2+ messages)

BUG: workqueue lockup - pool cpus=2 node=0 flags=0x0 nice=0 stuck for 60s!
 2020-01-11 18:08 UTC 

Some eDP fixes/improvements
 2020-01-11 11:41 UTC  (5+ messages)
` [PATCH 1/2] drm/amd/display: Reorder detect_edp_sink_caps before link settings read

[PATCH] drm/amd/display: remove unnecessary conversion to bool
 2020-01-11  0:17 UTC  (3+ messages)

[PATCH 1/8] drm/amdgpu: Avoid reclaim fs while eviction lock
 2020-01-10 22:58 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix compilation warnings on i386
 2020-01-10 22:52 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 20/26] drm/amdgpu: enable gfxoff for raven1 refresh
 2020-01-10 22:05 UTC 

[pull] drm DP MST DSC support
 2020-01-10 21:43 UTC 

[PATCH] drm/amdgpu/display: fix logic inversion in program_timing_sync()
 2020-01-10 20:11 UTC 

linux-next: Tree for Jan 10 (amdgpu)
 2020-01-10 16:09 UTC 


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).