messages from 2018-09-11 16:18:38 to 2018-09-13 15:52:31 UTC [more...]
[PATCH 1/2] list: introduce list_bulk_move_tail helper
2018-09-13 15:52 UTC (3+ messages)
` [PATCH 2/2] drm/ttm: once more fix ttm_bo_bulk_move_lru_tail v2
[PATCH] drm/amd/display: Fix pflip IRQ status after gpu reset
2018-09-13 15:28 UTC (2+ messages)
[PATCH] drm/amdgpu: reserve GDS resources statically
2018-09-13 15:27 UTC (3+ messages)
[PATCH] drm/ttm: once more fix ttm_bo_bulk_move_lru_tail
2018-09-13 14:25 UTC (6+ messages)
[PATCH xf86-video-amdgpu] Bail from drmmode_cm_init if there's no CRTC
2018-09-13 14:17 UTC (2+ messages)
[PATCH libdrm] tests/amdgpu: add unaligned VM test
2018-09-13 12:20 UTC (5+ messages)
[PATCH 5/5] drm/amd: rename ADOBE to OP
2018-09-13 11:47 UTC
[PATCH 1/2] drm/amdgpu: remove amdgpu_bo_list_entry.robj
2018-09-13 11:44 UTC (7+ messages)
` [PATCH 2/2] drm/amdgpu: use a single linked list for amdgpu_vm_bo_base
[PATCH 1/3] [RFC]drm: add syncobj timeline support v4
2018-09-13 10:22 UTC (13+ messages)
[PATCH 1/5] drm/amdgpu: stop pipelining VM PDs/PTs moves
2018-09-13 9:30 UTC (12+ messages)
` [PATCH 2/5] drm/amdgpu: always enable shadow BOs
` [PATCH 3/5] drm/amdgpu: shadow BOs don't need any alignment
` [PATCH 4/5] drm/amdgpu: always recover VRAM during GPU recovery
` [PATCH 5/5] drm/amdgpu: fix shadow BO restoring
[PATCH] drm/amdgpu: use HMM mirror callback to replace mmu notifier (v2)
2018-09-13 8:45 UTC (2+ messages)
[PATCH 0/3] Add DMCU fw loading on raven
2018-09-13 7:38 UTC (7+ messages)
` [PATCH 1/3] drm/amd: Add ucode DMCU support
` [PATCH 2/3] drm/amd: Add PSP "
` [PATCH 3/3] drm/amd: Add DM "
[PATCH 1/2] drm/amdgpu: Moved fault hash table to amdgpu vm
2018-09-13 7:02 UTC (17+ messages)
[PATCH 1/8] drm/amdgpu: add some VM PD/PT iterators v2
2018-09-13 6:58 UTC (12+ messages)
` [PATCH 2/8] drm/amdgpu: use leaf iterator for allocating PD/PT
` [PATCH 3/8] drm/amdgpu: use dfs iterator to free PDs/PTs
` [PATCH 4/8] drm/amdgpu: use the DFS iterator in amdgpu_vm_invalidate_pds v2
` [PATCH 5/8] drm/amdgpu: use leaf iterator for filling PTs
` [PATCH 6/8] drm/amdgpu: meld together VM fragment and huge page handling
` [PATCH 7/8] drm/amdgpu: use the maximum possible fragment size on Vega/Raven
` [PATCH 8/8] drm/amdgpu: allow fragment processing for invalid PTEs
[PATCH 0/6] Initial Vega20 support for KFD
2018-09-13 2:06 UTC (9+ messages)
` [PATCH 1/6] drm/amdgpu: Doorbell assignment for 8 sdma user queue per engine
` [PATCH 2/6] drm/amdgpu/sriov: Correct the setting about sdma doorbell offset of Vega10
` [PATCH 3/6] drm/amdkfd: Make the number of SDMA queues variable
` [PATCH 4/6] drm/amd: Interface change to support 64 bit page_table_base
` [PATCH 5/6] drm/amdgpu: Add vega20 support on kfd probe
` [PATCH 6/6] drm/amdkfd: Vega20 bring up on amdkfd side
[PATCH 0/9] KFD upstreaming September 2018
2018-09-13 1:42 UTC (10+ messages)
` [PATCH 1/9] drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
` [PATCH 2/9] drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
` [PATCH 3/9] drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
` [PATCH 4/9] drm/amdkfd: reflect atomic support in IO link properties
` [PATCH 5/9] drm/amdkfd: KFD doesn't support TONGA SRIOV
` [PATCH 6/9] drm/amdgpu: Enable BAD_OPCODE intr for gfx8
` [PATCH 7/9] drm/amdkfd: Report SDMA firmware version in the topology
` [PATCH 8/9] drm/amdkfd: Add wavefront context save state retrieval ioctl
` [PATCH 9/9] drm/amdgpu: remove unnecessary forward declaration
BUG: *ERROR* No EDID read
2018-09-13 0:07 UTC (13+ messages)
[PATCH] drm/amdgpu: Add braces to initialize task_info subojects
2018-09-12 23:13 UTC (8+ messages)
[PATCH 00/16] Add support for Raven2
2018-09-12 20:56 UTC (20+ messages)
` [PATCH 01/16] drm/amdgpu: move get_rev_id at first before load gpu_info firmware
` [PATCH 02/16] drm/amdgpu: set external rev id for raven2
` [PATCH 03/16] drm/amdgpu: add raven2 to gpu_info firmware
` [PATCH 04/16] drm/amdgpu: add raven2 vcn firmware support
` [PATCH 05/16] drm/amdgpu: add psp support for raven2
` [PATCH 06/16] drm/amdgpu/sdma4: specify raven2 firmware
` [PATCH 07/16] drm/amdgpu/sdma4: Add raven2 golden setting
` [PATCH 08/16] drm/amdgpu/gfx9: add support for raven2 gfx firmware
` [PATCH 09/16] drm/amdgpu/gfx9: add raven2 golden setting
` [PATCH 10/16] drm/amdgpu: fix the VM fault while write at the top of the invisible vram
` [PATCH 11/16] drm/amd/display: Add Raven2 definitions in dc
` [PATCH 12/16] drm/amd/display: Add DC config flag for Raven2 (v2)
` [PATCH 13/16] drm/amd/powerplay: update smu10_verify_smc_interface() to be raven2 compatible
` [PATCH 14/16] drm/amd/powerplay: round up the Mhz convertion (v2)
` [PATCH 15/16] drm/amd/powerplay: disable raven2 force dpm level support (v2)
` [PATCH 16/16] drm/amdgpu: set CG flags for raven2 (v2)
[PATCH xf86-video-ati] Fix uninitialized use of local variable pitch in radeon_setup_kernel_mem
2018-09-12 20:16 UTC (2+ messages)
[PATCH v2] drm/amd: Properly initialize all subobjects in structures
2018-09-12 20:05 UTC
[PATCH] drm/amdgpu: use HMM mirror callback to replace mmu notifier
2018-09-12 19:01 UTC (6+ messages)
[PATCH 00/21] Add Picasso support
2018-09-12 18:56 UTC (22+ messages)
` [PATCH 01/21] drm/amdgpu: add picasso to asic_type enum
` [PATCH 02/21] drm/amdgpu: add soc15 support for picasso
` [PATCH 03/21] drm/amdgpu: add picasso support for vm
` [PATCH 04/21] drm/amd/display/dm: add picasso support
` [PATCH 05/21] drm/amdgpu: Add support of powerplay for picasso
` [PATCH 06/21] drm/amdgpu: initilize picasso psp firmwares support
` [PATCH 07/21] drm/amdgpu: add picasso ucode loading method
` [PATCH 08/21] drm/amdgpu: add picasso support for vcn
` [PATCH 09/21] drm/amdgpu: add clockgating support for picasso
` [PATCH 10/21] drm/amdgpu: add picasso support for gmc
` [PATCH 11/21] drm/amdgpu: add picasso support for gfx_v9_0
` [PATCH 12/21] drm/amdgpu: add picasso support for sdma_v4
` [PATCH 13/21] drm/amdgpu: add picasso for amdgpu kms
` [PATCH 14/21] drm/amdgpu: Add pg support for gfxoff for PCO
` [PATCH 15/21] drm/amdgpu: Enable SDMA power gating "
` [PATCH 16/21] drm/amdgpu: enable mmhub power gating
` [PATCH 17/21] drm/amdgpu: enable vcn powergating for PCO
` [PATCH 18/21] drm/amdgpu: add ip blocks for picasso (v2)
` [PATCH 19/21] drm/amdgpu: add new raven series device
` [PATCH 20/21] drm/amdgpu: enable gfxoff in non-sriov and stutter mode by default
` [PATCH 21/21] drm/amdgpu: use IP presence to free uvd and vce handles
[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
2018-09-12 18:13 UTC (5+ messages)
[PATCH xf86-video-amdgpu 0/6] xf86-video-amdgpu integration for DRM variable refresh rate API
2018-09-12 16:30 UTC (10+ messages)
` [PATCH xf86-video-amdgpu 2/6] Set freesync capability when client has fullscreen size drawable
` [PATCH xf86-video-amdgpu 3/6] Do not fail the X request when there is just BadDrawable/BadMatch
` [PATCH xf86-video-amdgpu 4/6] Handle Alt+Tab case when freesync enabled in steam client v2
` [PATCH xf86-video-amdgpu 5/6] Do not issue freesync ioctl from present unflip
` [PATCH xf86-video-amdgpu 6/6] Replace amdgpu ioctl with CRTC properties for enabling FreeSync
[PATCH] drm/amdgpu: Initialize fences array entries in amdgpu_sa_bo_next_hole
2018-09-12 16:19 UTC (2+ messages)
[PATCH v2 0/3] Add DMCU fw loading on raven
2018-09-12 15:56 UTC (5+ messages)
` [PATCH v2 1/3] drm/amd: Add ucode DMCU support
` [PATCH v2 2/3] drm/amd: Add PSP "
` [PATCH v2 3/3] drm/amd: Add DM "
[pull] amdgpu drm-fixes-4.19
2018-09-12 15:47 UTC
[PATCH libdrm 1/5] [libdrm] sync drm.h for syncobj part
2018-09-12 9:57 UTC (6+ messages)
` [PATCH libdrm 4/5] [libdrm]: wrap syncobj timeline query and wait for amdgpu
` [PATCH libdrm 2/5] [libdrm] addr cs chunk for syncobj timeline
` [PATCH libdrm 3/5] [libdrm]: add timeline wait/query ioctl
` [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests
[PATCH 1/9] drm: fix syncobj null_fence_enable_signaling
2018-09-12 9:48 UTC (9+ messages)
` [PATCH 2/9] drm: rename null fence to stub fence in syncobj v2
` [PATCH 3/9] drm: expand drm_syncobj_find_fence to support timeline point v2
` [PATCH 4/9] drm: expand replace_fence "
` [PATCH 5/9] [RFC]drm: add syncobj timeline support v4
` [PATCH 6/9] drm: add support of syncobj timeline point wait v2
` [PATCH 7/9] drm: add timeline syncobj payload query ioctl
` [PATCH 8/9] drm/amdgpu: add timeline support in amdgpu CS
` [PATCH 9/9] drm/amdgpu: move cs dependencies front a bit
[PATCH 0/9] A DRM API for adaptive sync and variable refresh rate support
2018-09-12 7:11 UTC (16+ messages)
` [PATCH 1/9] drm: Add variable refresh rate properties to DRM connector
` [PATCH 6/9] drm/amdgpu: add freesync ioctl
Optimize VM handling a bit more
2018-09-11 22:25 UTC (7+ messages)
` [PATCH 01/11] drm/amdgpu: try allocating VRAM as power of two
[PATCH] drm/amdgpu:No action needs when VCN PG state is unchanged
2018-09-11 17:51 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox