public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2018-09-11 07:19:07 to 2018-09-12 20:05:58 UTC [more...]

[PATCH v2] drm/amd: Properly initialize all subobjects in structures
 2018-09-12 20:05 UTC 

[PATCH] drm/ttm: once more fix ttm_bo_bulk_move_lru_tail
 2018-09-12 19:42 UTC  (2+ messages)

[PATCH 00/16] Add support for Raven2
 2018-09-12 19:29 UTC  (17+ 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] 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] drm/amdgpu: Add braces to initialize task_info subojects
 2018-09-12 18:45 UTC  (5+ messages)

[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  (11+ messages)
  ` [PATCH xf86-video-amdgpu 1/6] Enable/Disable freesync when enter/exit fullscreen game v2
  ` [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 1/2] drm/amdgpu: Moved fault hash table to amdgpu vm
 2018-09-12 15:59 UTC  (19+ 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 1/5] drm/amdgpu: stop pipelining VM PDs/PTs moves
 2018-09-12 12:37 UTC  (8+ 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 1/3] [RFC]drm: add syncobj timeline support v4
 2018-09-12 11:05 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: remove amdgpu_bo_list_entry.robj
 2018-09-12 10:40 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: use a single linked list for amdgpu_vm_bo_base

[PATCH libdrm 1/5] [libdrm] sync drm.h for syncobj part
 2018-09-12  9:57 UTC  (6+ messages)
  ` [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 libdrm 4/5] [libdrm]: wrap syncobj timeline query and wait for amdgpu

[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 1/8] drm/amdgpu: add some VM PD/PT iterators v2
 2018-09-12  8:54 UTC  (8+ 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/9] A DRM API for adaptive sync and variable refresh rate support
 2018-09-12  7:11 UTC  (23+ messages)
  ` [PATCH 1/9] drm: Add variable refresh rate properties to DRM connector
  ` [PATCH 2/9] drm: Add variable refresh property to DRM CRTC
  ` [PATCH 3/9] drm/amdgpu: fill in amdgpu_dm_remove_sink_from_freesync_module
  ` [PATCH 5/9] drm/amdgpu/display: add freesync drm properties
  ` [PATCH 6/9] drm/amdgpu: add freesync ioctl
  ` [PATCH 8/9] drm/amd/display: Drop FreeSync ioctl notification support
` [PATCH 4/9] drm/amd/display: Refactor FreeSync module
` [PATCH 7/9] drm/amd/display: Replace FreeSync props with DRM VRR props
` [PATCH 9/9] drm/amdgpu: Drop unneeded freesync properties from amdpgu

Optimize VM handling a bit more
 2018-09-11 22:25 UTC  (14+ messages)
` [PATCH 01/11] drm/amdgpu: try allocating VRAM as power of two

[PATCH 0/3] Add DMCU fw loading on raven
 2018-09-11 19:15 UTC  (4+ 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] drm/amdgpu:No action needs when VCN PG state is unchanged
 2018-09-11 17:51 UTC  (3+ messages)

[PATCH 0/7] DC Patches Sep 11, 2018
 2018-09-11 16:18 UTC  (8+ messages)
  ` [PATCH 1/7] drm/amd/display: Fix 3D stereo issues
  ` [PATCH 2/7] drm/amd/display: stop using switch for different CS revisions
  ` [PATCH 3/7] drm/amd/display: add aux i2c event log
  ` [PATCH 4/7] drm/amd/display: dc 3.1.66
  ` [PATCH 5/7] drm/amd/display: add query HPD interface
  ` [PATCH 6/7] drm/amd/display: Drop amdgpu_display_manager.dal member
  ` [PATCH 7/7] drm/amd/display: Drop amdgpu_dm_prev_state struct

[PATCH v3] drm/amd: Add DMCU firmware loading on raven
 2018-09-11 15:47 UTC  (2+ messages)

[PATCH] drm/amdgpu:No action needs when VCN PG state is unchanged
 2018-09-11 15:44 UTC  (7+ messages)

[PATCH v3] drm/amdgpu: Fix SDMA TO after GPU reset v3
 2018-09-11 15:34 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix SDMA TO after GPU reset v2
 2018-09-11 14:51 UTC  (2+ messages)

amdgpu fails to run VF for s7150x2 device
 2018-09-11 14:48 UTC  (2+ messages)

[PATCH xf86-video-ati] Bail early from drm_wait_pending_flip if there's no pending flip
 2018-09-11 14:46 UTC  (2+ messages)

[PATCH] drm/amdgpu:Add error message when register failed to reach expected value
 2018-09-11 14:39 UTC  (3+ messages)
` [PATCH v2] "

Fixing SDMA TO after GPU reset
 2018-09-11 13:57 UTC  (4+ messages)

[PATCH] drm/amdgpu: add module parameter to enable/disable bulk move
 2018-09-11 11:42 UTC  (5+ messages)

[PATCH] drm/amdgpu: move cs dependencies front a bit
 2018-09-11  9:27 UTC  (2+ messages)

[PATCH xf86-video-amdgpu] Add checking color management properties
 2018-09-11  9:15 UTC  (2+ messages)

[PATCH 1/2] drm/ttm: set ttm_buffer_object pointer as null after it's freed
 2018-09-11  7:34 UTC  (11+ messages)


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