AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-30 12:21:58 to 2019-05-07 16:43:44 UTC [more...]

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-07 16:43 UTC  (21+ messages)
` [PATCH v15 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v15 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v15 05/17] arms64: untag user pointers passed "
` [PATCH v15 06/17] mm: untag user pointers in do_pages_move
` [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v15 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v15 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v15 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 1/2] drm/amdgpu: add EDC counter register
 2019-05-07 15:24 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: add gfx9 gpr EDC workaround when RAS is enabled

[PATCH 1/4] drm/amd/powerplay: fix Vega10 mclk/socclk voltage link setup
 2019-05-07 15:15 UTC  (5+ messages)
  ` [PATCH 2/4] drm/amd/powerplay: valid Vega10 DPMTABLE_OD_UPDATE_VDDC settings
  ` [PATCH 3/4] drm/amd/powerplay: avoid repeat AVFS enablement/disablement
  ` [PATCH 4/4] drm/amd/powerplay: update Vega10 power state on OD

[PATCH 1/2] drm/ttm: fix busy memory to fail other user v6
 2019-05-07 11:42 UTC  (10+ messages)
  ` [PATCH 2/2] drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve

[PATCH 0/2] Skip IH re-route on Vega SR-IOV
 2019-05-07  9:16 UTC  (7+ messages)
  ` [PATCH 1/2] drm/amdgpu: Skip IH reroute in Vega10 SR-IOV VF
  ` [PATCH 2/2] drm/amdgpu: Skip IH reroute in Vega20 "

[PATCH 1/9] dma-buf: start caching of sg_table objects
 2019-05-07  8:15 UTC  (9+ messages)
  ` [PATCH 2/9] dma-buf: add dynamic DMA-buf handling v7
  ` [PATCH 3/9] drm: remove prime sg_table caching
  ` [PATCH 4/9] drm/ttm: remove the backing store if no placement is given
  ` [PATCH 5/9] drm/ttm: use the parent resv for ghost objects
  ` [PATCH 6/9] drm/amdgpu: use allowed_domains for exported DMA-bufs
  ` [PATCH 7/9] drm/amdgpu: add independent DMA-buf export v3
  ` [PATCH 8/9] drm/amdgpu: add independent DMA-buf import v5
  ` [PATCH 9/9] drm/amdgpu: add DMA-buf invalidation callback v2

[PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout' V2
 2019-05-07  7:42 UTC  (2+ messages)

Bug Report: [PowerPlay] MCLK can't be set above 1107MHz on Vega 64
 2019-05-07  6:12 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 20/81] drm/amd/display: extending AUX SW Timeout
 2019-05-07  5:34 UTC  (2+ messages)
  ` [PATCH AUTOSEL 4.19 28/81] drm/amd/display: If one stream full updates, full update all planes

[PATCH AUTOSEL 5.0 23/99] drm/amd/display: extending AUX SW Timeout
 2019-05-07  5:31 UTC  (3+ messages)
  ` [PATCH AUTOSEL 5.0 27/99] drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in sriov TDR
` [PATCH AUTOSEL 5.0 38/99] drm/amd/display: If one stream full updates, full update all planes

[PATCH] drm/amdgpu: Use FW addr returned by PSP for VF MM
 2019-05-07  2:00 UTC  (4+ messages)

[PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout'
 2019-05-07  1:48 UTC  (3+ messages)

[PATCH] drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]
 2019-05-06 20:38 UTC  (3+ messages)

[PATCH 1/1] drm/amdgpu: Reserve shared fence for eviction fence
 2019-05-06 20:23 UTC 

[PATCH] drm/radeon: prefer lower reference dividers
 2019-05-06 18:03 UTC  (2+ messages)

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 16:21 UTC  (28+ messages)
` [PATCH v14 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v14 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v14 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v14 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v14 05/17] arms64: untag user pointers passed "
` [PATCH v14 06/17] mm: untag user pointers in do_pages_move
` [PATCH v14 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v14 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v14 12/17] drm/radeon, "
` [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
` [PATCH v14 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v14 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v14 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v14 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

How to dump gfx and waves after GPU reset happened?
 2019-05-06 12:34 UTC  (6+ messages)

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-05-06  9:03 UTC  (2+ messages)

[PATCH] drm/amdgpu: enable separate timeout setting for every ring type V4
 2019-05-05 14:25 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: check for invalid profile_exit setting
 2019-05-05  4:33 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: remove spurious semicolon
 2019-05-05  1:07 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Add MEM_LOAD to amdgpu_pm_info debugfs file
 2019-05-03 10:03 UTC  (3+ messages)

[pull] amdgpu drm-next-5.2
 2019-05-02 19:30 UTC 

[PATCH v2] drm/amd/display: Use long for signed error code checks in commit planes
 2019-05-02 13:16 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Fix CIK references in gmc_v8
 2019-05-02 13:11 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdkfd: Cosmetic cleanup

[PATCH] drm/amd/display: Use int for signed error code checks in commit planes
 2019-05-02 13:11 UTC  (4+ messages)

[PATCH 00/27] KFD upstreaming
 2019-05-02 13:06 UTC  (9+ messages)
` [PATCH 27/27] drm/amdgpu: Fix GTT size calculation

[bug report] drm/amd/display: wait for fence without holding reservation lock
 2019-05-02 12:56 UTC  (2+ messages)

[PATCH V2] drm/amdgpu: Fix VM clean check method
 2019-05-01 20:44 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add IDH_QUERY_ALIVE event for SR-IOV
 2019-05-01 19:08 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Add replay counter defines to NBIO headers
 2019-05-01 15:54 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: Add PCIe replay count sysfs file

[PATCH 0/4] AMDKFD (AMD GPU compute) support for device cgroup
 2019-05-01 14:59 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amdkfd: Store kfd_dev in iolink and cache properties
  ` [PATCH 2/4] drm/amd: Pass drm_device to kfd
  ` [PATCH 3/4] device_cgroup: Export __devcgroup_check_permission
  ` [PATCH 4/4] drm/amdkfd: Check against device cgroup

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-05-01 14:43 UTC  (6+ messages)
  ` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*

[PATCH] drm/amdgpu: Rearm IRQ in Vega10 SR-IOV if IRQ lost
 2019-05-01 14:32 UTC  (4+ messages)

[PATCH 00/20] DC Patches 30 Apr 2019
 2019-04-30 21:09 UTC  (41+ messages)
  ` [PATCH 01/20] drm/amd/display: 3.2.28
  ` [PATCH 01/20] drm/amd/display: Expose support for NV12 on suitable planes
  ` [PATCH 02/20] drm/amd/display: Add DRM color properties for primary planes
  ` [PATCH 02/20] drm/amd/display: Refactor program watermark
  ` [PATCH 03/20] drm/amd/display: expand plane caps to include fp16 and scaling capability
  ` [PATCH 03/20] drm/amd/display: fix multi display seamless boot case
  ` [PATCH 04/20] drm/amd/display: Handle get crtc position error
  ` [PATCH 04/20] drm/amd/display: Set dispclk and dprefclock directly
  ` [PATCH 05/20] drm/amd/display: add support for disconnected eDP panels
  ` [PATCH 05/20] drm/amd/display: define HUBP_MASK_SH_LIST_DCN for Raven
  ` [PATCH 06/20] drm/amd/display: add SW_USE_I2C_REG request
  ` [PATCH 06/20] drm/amd/display: Read eDP link settings on detection
  ` [PATCH 07/20] drm/amd/display: 3.2.26
  ` [PATCH 07/20] drm/amd/display: block passive dongle EDID Emulation for USB-C ports
  ` [PATCH 08/20] drm/amd/display: Support AVI InfoFrame V3 and V4
  ` [PATCH 08/20] drm/amd/display: Update plane scaling parameters for fast updates
  ` [PATCH 09/20] drm/amd/display: Fill prescale_params->scale for RGB565
  ` [PATCH 09/20] drm/amd/display: Maintain z-ordering when creating planes
  ` [PATCH 10/20] drm/amd/display: Disable cursor when offscreen in negative direction
  ` [PATCH 10/20] drm/amd/display: If one stream full updates, full update all planes
  ` [PATCH 11/20] drm/amd/display: 3.2.29
  ` [PATCH 11/20] drm/amd/display: Recalculate pitch when buffers change
  ` [PATCH 12/20] drm/amd/display: Define Byte 14 on AVI InfoFrame
  ` [PATCH 12/20] drm/amd/display: Rework DC plane filling and surface updates
  ` [PATCH 13/20] drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_get_link_cap
  ` [PATCH 13/20] drm/amd/display: color space ycbcr709 support
  ` [PATCH 14/20] drm/amd/display: Add basic downscale and upscale valdiation
  ` [PATCH 14/20] drm/amd/display: reset retimer/redriver below 340Mhz
  ` [PATCH 15/20] drm/amd/display: move signal type out of otg dlg params
  ` [PATCH 15/20] drm/amd/display: Use surface directly when checking update type
  ` [PATCH 16/20] drm/amd/display: Don't warn when DC update type > DM guess
  ` [PATCH 16/20] drm/amd/display: stop external access to internal optc sync params
  ` [PATCH 17/20] drm/amd/display: Check scaling info when determing update type
  ` [PATCH 17/20] drm/amd/display: fix acquire_first_split_pipe function
  ` [PATCH 18/20] drm/amd/display: move back vbios cmd table for set dprefclk
  ` [PATCH 18/20] drm/amd/display: Relax requirements for CRTCs to be enabled
  ` [PATCH 19/20] drm/amd/display: Add fast_validate parameter
  ` [PATCH 19/20] drm/amd/display: Fill plane attrs only for valid pxl format
  ` [PATCH 20/20] drm/amd/display: Add profiling tools for bandwidth validation
  ` [PATCH 20/20] drm/amd/display: Expose send immediate sdp message interface

[PATCH] drm/amd/display: Allow faking displays as VRR capable
 2019-04-30 19:56 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix VM clean check method
 2019-04-30 14:29 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