messages from 2016-09-17 05:01:39 to 2016-09-27 09:57:52 UTC [more...]
VRAM manager
2016-09-27 9:57 UTC (8+ messages)
` [PATCH 1/6] drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
` [PATCH 2/6] drm/amdgpu: use explicit limit for VRAM_CONTIGUOUS
` [PATCH 3/6] drm/amdgpu: set at least the node size in the gtt manager
` [PATCH 4/6] drm/amdgpu: handle multiple MM nodes in the VMs v2
` [PATCH 5/6] drm/amdgpu: enable amdgpu_move_blit to handle multiple MM nodes v2
` [PATCH 6/6] drm/amdgpu: add VRAM manager v2
[PATCH] drm/amdgpu: add version bump for raster config programming
2016-09-27 9:05 UTC (3+ messages)
[PATCH 0/3] drm/amdgpu: implement raster configuration
2016-09-27 7:56 UTC (14+ messages)
` [PATCH 1/3] drm/amdgpu: implement raster configuration for gfx v6
` [PATCH 2/3] drm/amdgpu: implement raster configuration for gfx v7
` [PATCH 3/3] drm/amdgpu: implement raster configuration for gfx v8
[PATCH] drm/amdgpu/vce: take all rings into account for idle checks
2016-09-27 7:10 UTC (2+ messages)
[PATCH] drm/amdgpu: disable CRTCs before teardown
2016-09-26 23:00 UTC (4+ messages)
[PATCH] drm/amdgpu: add the interface of waiting multiple fences (v3)
2016-09-26 19:54 UTC (5+ messages)
[PATCH] drm/amdgpu/i2c: add const where appropriate
2016-09-26 19:50 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu: fix GART_DEBUGFS define
2016-09-26 16:56 UTC (3+ messages)
` [PATCH 2/2] drm/amdgpu: improve VM PTE trace points
[PATCH 1/2] drm/amdgpu: fix GTT offset handling
2016-09-26 16:33 UTC (9+ messages)
` [PATCH 2/2] drm/amdgpu: bind GTT on demand
[PATCH] drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mapping
2016-09-26 15:19 UTC (8+ messages)
[amdgpu][CIK] drm-next-4.9-wip - piglit test - max-texture-size - GPU deadlock
2016-09-26 14:53 UTC (2+ messages)
[PATCH] drm/amdgpu: bypass vce clock if vce is idle on Fiji
2016-09-26 13:45 UTC (2+ messages)
Bonair support Kernel compiling instructions
2016-09-26 13:38 UTC (3+ messages)
[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences
2016-09-26 8:04 UTC (27+ messages)
[PATCH] drm/amdgpu/vce3: don't forget to tear down some rings
2016-09-25 20:34 UTC
[PATCH] drm/amdgpu: clear ring pointer in amdgpu_device on teardown
2016-09-25 20:34 UTC
[PATCH] drm/amdgpu: don't leave dangling pointers around
2016-09-25 20:34 UTC
Remainder of small cleanups for DCEv6
2016-09-24 12:31 UTC (6+ messages)
` [PATCH 1/3] drm/amd/amdgpu: Remove division from vblank_wait
` [PATCH 2/3] drm/amd/amdgpu: Clean up afmt allocation in DCEv6
` [PATCH 3/3] drm/amd/amdgpu: Various cleanups for DCEv6
[PATCH 1/3] drm/amdgpu: refine function name for consistency
2016-09-23 20:55 UTC (4+ messages)
` [PATCH 3/3] drm/amdgpu: add vce bypass mode for tonga
[PATCH] drm/amdgpu: Constify tables
2016-09-23 14:52 UTC (2+ messages)
[pull] radeon and amdgpu drm-next-4.9
2016-09-22 19:21 UTC
[PATCH 1/2] drm/amdgpu: always apply pci shutdown callbacks
2016-09-22 18:47 UTC (2+ messages)
` [PATCH 2/2] drm/radeon: "
[PATCH] drm/amdgpu: free userptrs even if GTT isn't bound
2016-09-22 14:27 UTC (2+ messages)
[PATCH] drm/amdgpu: bump version for new vce packet support
2016-09-22 14:09 UTC (2+ messages)
[PATCH] Revert "drm/amdgpu:correct smc fw version error"
2016-09-22 13:55 UTC (2+ messages)
[PATCH] drm/amdgpu: fix amdgpu_vm_bo_update param error
2016-09-22 13:24 UTC (2+ messages)
[PATCH] drm/amdgpu/vce: allow the clock table packet
2016-09-22 7:07 UTC (2+ messages)
[PATCH xf86-video-ati 01/15] Propagate failure from radeon_set_pixmap_bo
2016-09-21 9:50 UTC (15+ messages)
` [PATCH xf86-video-ati 02/15] glamor: Fix leak of pixmap private when replacing BO
` [PATCH xf86-video-ati 03/15] Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULL
` [PATCH xf86-video-ati 04/15] Remove unnecessary fb addition from drmmode_xf86crtc_resize
` [PATCH xf86-video-ati 05/15] Only add main fb if necessary
` [PATCH xf86-video-ati 06/15] Simplify drmmode_set_mode_major error handling
` [PATCH xf86-video-ati 07/15] Make sure drmmode_crtc->scanout[] are destroyed when not needed
` [PATCH xf86-video-ati 08/15] present: Don't allow flipping when using a dedicated scanout buffer
` [PATCH xf86-video-ati 09/15] dri2: "
` [PATCH xf86-video-ati 10/15] present: Separate checks for flips vs unflips
` [PATCH xf86-video-ati 11/15] Remove drmmode_load_palette
` [PATCH xf86-video-ati 12/15] Make the dedicated scanout mechanism work with arbitrary transforms
` [PATCH xf86-video-ati 13/15] Remove w/h parameters from radeon_scanout_extents_intersect
` [PATCH xf86-video-ati 14/15] Clear damage in radeon_scanout_update if it doesn't intersect the CRTC
` [PATCH xf86-video-ati 15/15] Only list each unique chipset family once in the log file
[PATCH] drm/amdgpu: fix BO move offsets
2016-09-21 8:38 UTC (2+ messages)
[PATCH] drm/amdgpu: fix gtt_mgr bo's offset
2016-09-21 3:22 UTC (10+ messages)
[PATCH xf86-video-ati] Use local implementation of RegionDuplicate for older xserver
2016-09-20 16:11 UTC (2+ messages)
[PATCH xf86-video-ati] Only define transform_region function for XF86_CRTC_VERSION >= 4
2016-09-20 16:11 UTC (2+ messages)
[PATCH 1/5] drm/amdgpu:changes of virtualization cases probe (v2)
2016-09-20 3:53 UTC (7+ messages)
` [PATCH 2/5] drm/amdgpu:correct smc fw version error
` [PATCH 3/5] drm/amdgpu:determine if vPost is needed indeed
` [PATCH 4/5] drm/amdgpu:add fw version entry to info
` [PATCH 5/5] drm/radeon: narrow asic_init for virtualization
[PATCH 1/5] drm/amdgpu/vi: whitespace fixes
2016-09-20 3:20 UTC (7+ messages)
` [PATCH 2/5] drm/amdgpu: make sriov bios detection generic
` [PATCH 3/5] drm/amdgpu: drop unused function
` [PATCH 4/5] drm/amdgpu/cik: add detect_hw_virtualization asic callback
` [PATCH 5/5] drm/amdgpu/si: "
[PATCH 0/6] drm: Explicit target vblank seqno for page flips
2016-09-20 2:59 UTC (6+ messages)
` [PATCH 4/6] drm/radeon: Provide page_flip_target hook
[PATCH 2/5] drm/amdgpu: make sriov bios detection generic (v2)
2016-09-19 23:32 UTC (2+ messages)
[PATCH] drm/amd/powerplay: Replace per-asic print_performance with generic
2016-09-19 18:33 UTC (2+ messages)
[PATCH] drm/amd/powerplay: fix mclk not switching back after multi-head was disabled
2016-09-19 16:22 UTC
[PATCH] drm/amdgpu/dce6: fix off by one in interrupt setup
2016-09-19 16:20 UTC (2+ messages)
[pull] radeon and amdgpu drm-next-4.9
2016-09-19 16:19 UTC (5+ messages)
[PATCH 1/4] drm/amdgpu/atpx: check for ATIF dGPU wake for display events support
2016-09-19 16:00 UTC (2+ messages)
powerplay sensors (v3)
2016-09-19 15:56 UTC (7+ messages)
` [PATCH 1/2] drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)
` [PATCH 2/2] drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)
[PATCH] drm/amdgpu: use powerplay module for dgpu of VI
2016-09-19 15:40 UTC (4+ messages)
[PATCH] drm/amdgpu/si: remove unused interface which caused build issue
2016-09-19 14:18 UTC (5+ messages)
[PATCH 1/3] drm/amd/powerplay: export function to help to set cg by smu
2016-09-19 13:50 UTC (4+ messages)
` [PATCH 2/3] drm/amdgpu: set system clock gating for tonga/polaris
` [PATCH 3/3] drm/amdgpu: set gfx "
[PATCH] drm/amdgpu:cleanup virt related define
2016-09-19 11:31 UTC (2+ messages)
ack/nack on sensors patches please
2016-09-19 10:57 UTC
[PATCH] drm/amd/powerplay/smumgr: mark symbols static where possible
2016-09-19 7:43 UTC
Latest drm-next-4.9-wip is causing gfx kernel thread to be pegged 100% running piglit
2016-09-19 0:20 UTC (2+ messages)
[PATCH 1/5] drm/amdgpu:add switch buffer to end of CS
2016-09-18 8:23 UTC (6+ messages)
` [PATCH 3/5] drm/amdgpu:fix RB cost calculator
drm/amdkfd: Misc patchset lineup for drm-next-4.9
2016-09-18 7:12 UTC (8+ messages)
` [PATCH 1/6] drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack
` [PATCH 2/6] drm/amdkfd: Add some missing memset zero'ing in queue init func
` [PATCH 3/6] drm/amdkfd: Reuse function to find a process through pasid
` [PATCH 4/6] drm/amdkfd: Fix possible infinite loop
` [PATCH 5/6] drm/amdkfd: Unify multiple calls to pr_debug() into one
` [PATCH 6/6] drm/amdkfd: Pass 'struct queue_propertices' by reference
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