AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-14 05:59:21 to 2019-03-20 17:19:48 UTC [more...]

Clang warning in drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
 2019-03-20 17:19 UTC  (8+ messages)

[PATCH] drm/amd/powerplay: Zero initialize num_of_levels in vega20_set_single_dpm_table
 2019-03-20 17:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: revert "XGMI pstate switch initial support"
 2019-03-20 15:34 UTC  (9+ messages)

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-20 14:51 UTC  (21+ messages)
  ` [PATCH v13 01/20] uaccess: add untagged_addr definition for other arches
  ` [PATCH v13 02/20] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
  ` [PATCH v13 03/20] lib, arm64: untag user pointers in strn*_user
  ` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
  ` [PATCH v13 05/20] mm, arm64: untag user pointers in mm/gup.c
  ` [PATCH v13 06/20] mm, arm64: untag user pointers in get_vaddr_frames
  ` [PATCH v13 07/20] fs, arm64: untag user pointers in copy_mount_options
  ` [PATCH v13 08/20] fs, arm64: untag user pointers in fs/userfaultfd.c
  ` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
  ` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
  ` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
  ` [PATCH v13 12/20] uprobes, arm64: untag user pointers in find_active_uprobe
  ` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
  ` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
  ` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
  ` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
  ` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
  ` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type
  ` [PATCH v13 19/20] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
  ` [PATCH v13 20/20] selftests, arm64: add a selftest for passing tagged pointers to kernel

Failed to pin framebuffer with oom error during dm automic commit
 2019-03-20 14:22 UTC 

[bug report] drm/amdgpu: add amdgpu_ras.c to support ras (v2)
 2019-03-20 13:23 UTC 

[PATCH 1/9] dma-buf: add new dma_fence_chain container v5
 2019-03-20 13:23 UTC  (19+ messages)
` [PATCH 2/9] drm/syncobj: add new drm_syncobj_add_point interface v4
` [PATCH 3/9] drm/syncobj: add support for timeline point wait v8
` [PATCH 4/9] drm/syncobj: add timeline payload query ioctl v6
` [PATCH 6/9] drm/amdgpu: add timeline support in amdgpu CS v3
  ` [PATCH 5/9] drm/syncobj: use the timeline point in drm_syncobj_find_fence v3
  ` [PATCH 7/9] drm/syncobj: add transition iotcls between binary and timeline v2
  ` [PATCH 8/9] drm/syncobj: add timeline signal ioctl for syncobj v3
  ` [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH 1/4] drm/amd/display: Prevent vblank irq disable while VRR is active. (v2)
 2019-03-20 13:11 UTC  (2+ messages)

[PATCH -next] drm/ttm: remove set but not used variable 'rdev'
 2019-03-20 12:59 UTC 

AMD Freesync patches for proper vblank and pageflip timestamping in VRR mode
 2019-03-20 12:53 UTC  (14+ messages)
` [PATCH 1/4] drm/amd/display: Prevent vblank irq disable while VRR is active
` [PATCH 3/4] drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank
  ` [PATCH 2/4] drm/amd/display: Rework vrr flip throttling for late vblank irq
  ` [PATCH 4/4] drm/amd/display: Make pageflip event delivery compatible with VRR

[PATCH 1/8] drm/amdgpu: remove some unused VM defines
 2019-03-20 11:57 UTC  (10+ messages)
  ` [PATCH 2/8] drm/amdgpu: always set and check dma addresses in the VM code
  ` [PATCH 3/8] drm/amdgpu: move and rename amdgpu_pte_update_params
  ` [PATCH 4/8] drm/amdgpu: reserve less memory for PDE updates
  ` [PATCH 5/8] drm/amdgpu: new VM update backends
  ` [PATCH 6/8] drm/amdgpu: use the new VM backend for PDEs
  ` [PATCH 7/8] drm/amdgpu: use the new VM backend for PTEs
  ` [PATCH 8/8] drm/amdgpu: use the new VM backend for clears

[PATCH] drm/amdgpu: add one rlc version into gfxoff blacklist
 2019-03-20 11:25 UTC  (3+ messages)

Potential NULL pointer dereference in radeon_ttm_tt_populate
 2019-03-20  9:42 UTC  (6+ messages)

[PATCH] drm/amd/amdgpu: fix incorrect translation about the PCIe MLW info
 2019-03-20  9:18 UTC  (4+ messages)

[PATCH 1/9] dma-buf: add new dma_fence_chain container v6
 2019-03-20  5:47 UTC  (9+ messages)
  ` [PATCH 2/9] drm/syncobj: add new drm_syncobj_add_point interface v4
  ` [PATCH 3/9] drm/syncobj: add support for timeline point wait v8
  ` [PATCH 4/9] drm/syncobj: add timeline payload query ioctl v6
  ` [PATCH 6/9] drm/amdgpu: add timeline support in amdgpu CS v3
  ` [PATCH 7/9] drm/syncobj: add transition iotcls between binary and timeline v2
  ` [PATCH 8/9] drm/syncobj: add timeline signal ioctl for syncobj v4
  ` [PATCH 9/9] drm/amdgpu: update version for timeline syncobj support in amdgpu
` [PATCH 5/9] drm/syncobj: use the timeline point in drm_syncobj_find_fence v4

[PATCH libdrm] tests/amdgpu: minor fix for dispatch/draw test
 2019-03-20  2:46 UTC 

randr: Virtual monitor not present with MST display
 2019-03-19 20:23 UTC  (9+ messages)

[ANNOUNCE] xf86-video-amdgpu 19.0.1
 2019-03-19 17:52 UTC 

[ANNOUNCE] xf86-video-ati 19.0.1
 2019-03-19 17:25 UTC 

Potential NULL pointer dereference in atombios_get_encoder_mode
 2019-03-19 16:31 UTC  (2+ messages)

Input lag bug in programs like Blender
 2019-03-19  8:43 UTC  (2+ messages)

Radeon init fail and resulting cascade of UBSAN errors
 2019-03-19  8:40 UTC  (2+ messages)

5.1-rc1: radeon WARNING: CPU: 1 PID: 160 at drivers/gpu/drm/drm_fourcc.c:278 drm_format_info+0x74/0xe0 [drm]
 2019-03-19  8:24 UTC 

[PATCH] drm/amdgpu: Fix size check
 2019-03-19  3:53 UTC 

[PATCH libdrm 3/3] drm/amdgpu: support test mask
 2019-03-19  3:46 UTC 

[PATCH libdrm 2/3] amdgpu: add ras tests
 2019-03-19  3:46 UTC 

[PATCH libdrm 1/3] amdgpu: add info query for ras enabled features
 2019-03-19  3:46 UTC 

[PATCH] drm/amd/display: Only put primary planes into the mode_info->planes list
 2019-03-18 20:45 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix unchecked return value
 2019-03-18 18:49 UTC  (3+ messages)

Number of MST displays for Radeon RX 4xx / RX 5xx ?
 2019-03-18 18:31 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix invalid use of change_bit
 2019-03-18 14:11 UTC  (2+ messages)

Unplug DP connector reduce sclk
 2019-03-18 10:18 UTC 

[PATCH] drm/amdgpu: error handling for xgmi and ras
 2019-03-18  2:44 UTC  (4+ messages)

[PATCH] drm/amdgpu: defer cmd/fence/fw buffers destroy on hw_init failure
 2019-03-18  2:42 UTC 

Slow memory access when using OpenCL without X11
 2019-03-15 22:30 UTC  (16+ messages)

Irc and Other Things
 2019-03-15 19:05 UTC  (3+ messages)

[PATCH xf86-video-ati] Use radeon_finish in drmmode_crtc_scanout_update
 2019-03-15 18:51 UTC  (3+ messages)
    ` Bug#924540: "

[PATCH 00/26] DC Patches 15 Mar 2019
 2019-03-15 15:53 UTC  (27+ messages)
  ` [PATCH 01/26] drm/amd/display: Reset alpha state for planes to the correct values
  ` [PATCH 02/26] drm/amd/display: change generic_reg_wait to void
  ` [PATCH 03/26] drm/amd/display: Use drm helper for resetting plane state
  ` [PATCH 04/26] drm/amd/display: Move dm_read_reg_func to dc_helper
  ` [PATCH 05/26] drm/amd/display: Fix setting DP_VID_N_MUL
  ` [PATCH 06/26] drm/amd/display: fix DP 422 VID_M half the rate issue
  ` [PATCH 07/26] drm/amd/display: Add a hysteresis to BTR frame multiplier
  ` [PATCH 08/26] drm/amd/display: Fix DP audio regression
  ` [PATCH 09/26] drm/amd/display: extend EDID support to 1kb
  ` [PATCH 10/26] drm/amd/display: 3.2.22
  ` [PATCH 11/26] drm/amd/display: Programming correct VRR_EN bit in VTEM structure
  ` [PATCH 12/26] drm/amd/display: Update ABM crtc state on non-modeset
  ` [PATCH 13/26] drm/amd/display: cache additional dpcd caps for HDR capability check
  ` [PATCH 14/26] drm/amd/display: Use dc_is_hdmi_signal() instead of ENUM
  ` [PATCH 15/26] drm/amd/display: Fix multi-thread writing to 1 state
  ` [PATCH 16/26] drm/amd/display: add global master update lock interfaces
  ` [PATCH 17/26] drm/amd/display: Link train only when link is DP and backend is enabled
  ` [PATCH 18/26] drm/amd/display: Fix VTEM InfoPacket programming
  ` [PATCH 19/26] drm/amd/display: 3.2.23
  ` [PATCH 20/26] drm/amd/display: fix releasing planes when exiting odm
  ` [PATCH 21/26] drm/amd/display: fix odm combine pipe reset
  ` [PATCH 22/26] drm/amd/display: add missing opp programming for odm
  ` [PATCH 23/26] drm/amd/display: fix odm pipe management
  ` [PATCH 24/26] drm/amd/display: Expose generic SDP message access interface
  ` [PATCH 25/26] drm/amd/display: Generic SDP message access in amdgpu
  ` [PATCH 26/26] drm/amd/display: Add debugfs dpcd interface

[PATCH] drm/amd/display: Add debugfs entry for amdgpu_dm_visual_confirm
 2019-03-15 12:50 UTC  (3+ messages)

[PATCH libdrm 1/4] tests/amdgpu: add memset dispatch test
 2019-03-15  8:51 UTC  (4+ messages)
` [PATCH libdrm 2/4] tests/amdgpu: add memcpy "
  ` [PATCH libdrm 3/4] tests/amdgpu: add memset draw test
  ` [PATCH libdrm 4/4] tests/amdgpu: add memcpy "

[PATCH 1/3] drm/amdgpu: error out on mode1 reset failure
 2019-03-15  8:35 UTC  (4+ messages)
  ` [PATCH 2/3] drm/amdgpu: trivial typo fix
  ` [PATCH 3/3] drm/amdgpu: add more debug friendly prompts

[PATCH v2] tests/amdgpu: add deadlock test for sdma
 2019-03-15  8:09 UTC  (3+ messages)

kernel errors with HMM enabled
 2019-03-14 18:50 UTC  (5+ messages)

[PATCH xf86-video-ati] modesetting: add tile property support
 2019-03-14 13:16 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: enable gfxoff again on raven series (v2)
 2019-03-14  5:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox