AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-11 01:28:24 to 2017-05-16 02:39:26 UTC [more...]

[PATCH 1/3] drm/amdgpu: cleanup adjust_mc_addr handling v2
 2017-05-16  2:39 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: add some extra VM error handling
  ` [PATCH 3/3] drm/amdgpu: fix another fundamental VM bug

Plan: BO move throttling for visible VRAM evictions
 2017-05-16  1:58 UTC  (14+ messages)

[PATCH 1/1] amdgpu: move asic id table to a separate file
 2017-05-16  1:38 UTC  (16+ messages)

[PATCH 1/5] drm/amdgpu: Return EINVAL if no PT BO
 2017-05-15 21:32 UTC  (5+ messages)
  ` [PATCH 2/5] drm/amdgpu: Add vm context module param
  ` [PATCH 3/5] drm/amdgpu: Add amdgpu_sync_wait
  ` [PATCH 4/5] drm/amdgpu: Support page directory update via CPU
  ` [PATCH 5/5] drm/amdgpu: Support page table "

[PATCH] drm/amd/display: Remove duplicate entry from log_mask
 2017-05-15 18:38 UTC  (2+ messages)

[PATCH 1/2] drm/amd/amdgpu: Use 32/64-bit types in gmc6
 2017-05-15 18:25 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amd/amdgpu: Clean up gmc6 wait_for_idle

Couple of cleanups for DCE6
 2017-05-15 14:58 UTC  (3+ messages)
  ` [PATCH 1/2] drm/amd/amdgpu: Clean up 32/64-bit types in DCE6
  ` [PATCH 2/2] drm/amd/amdgpu: Tidy up static int dce_v6_0_get_num_crtc()

[PATCH] drm/radeon: Unbreak HPD handling for r600+
 2017-05-15 14:19 UTC  (3+ messages)

[PATCH umr] Make error/bug messages have a more consistent presentation
 2017-05-15 14:11 UTC 

Small cleanups for gfx6
 2017-05-15 13:48 UTC  (6+ messages)
  ` [PATCH 1/5] drm/amd/amdgpu: Clean up GFX6 tilemode programming
  ` [PATCH 2/5] drm/amd/amdgpu: gfx6 tidy up raster config
  ` [PATCH 3/5] drm/amd/amdgpu: Tidy up of gfx_v6_0_setup_rb()
  ` [PATCH 4/5] drm/amd/amdgpu: Drop commented out stub function
  ` [PATCH 5/5] drm/amd/amdgpu: Use modern 32/64-bit types in gfx6

[PATCH] drm/amdgpu: correct emit frame size for vcn dec/enc ring
 2017-05-15 10:16 UTC 

[PATCH 1/3] drm/amdgpu: change default of amdgpu_vram_page_split to 512
 2017-05-15  9:37 UTC  (7+ messages)
  ` [PATCH 2/3] drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functions
  ` [PATCH 3/3] drm/amdgpu: cleanup adjust_mc_addr handling

[PATCH] drm/amdgpu: correct vmhub for vcn dec/enc ring
 2017-05-15  9:06 UTC 

[PATCH libdrm] amdgpu: add missing extern "C" headers
 2017-05-15  6:47 UTC  (6+ messages)

[PATCH libdrm] amdgpu: add missing extern "C" headers
 2017-05-15  2:39 UTC  (3+ messages)

[PATCH libdrm] amdgpu: add missing extern "C" headers
 2017-05-15  1:06 UTC 

[PATCH libdrm v2 1/1] amdgpu: move asic id table to a separate file
 2017-05-14 17:46 UTC  (4+ messages)

Support for amdgpu VM update via CPU on large-bar systems
 2017-05-13  9:08 UTC  (8+ messages)

[PATCH 00/31] DC Patches May 12, 2017
 2017-05-12 15:56 UTC  (34+ messages)
  ` [PATCH 01/31] drm/amd/display: get_atomic_property missing for drm_connector_funcs
  ` [PATCH 02/31] drm/amd/display: Don't call PSR func if DMCU is off
  ` [PATCH 03/31] drm/amd/display: i2c Remove link index
  ` [PATCH 04/31] drm/amd/display: DP aux "
  ` [PATCH 05/31] drm/amd/display: Keep DVI_SINGLE_LINK signal if low clk
  ` [PATCH 06/31] drm/amd/display: i2c/aux Remove link index
  ` [PATCH 07/31] drm/amd/display: bw debug options now apply to dml as well
  ` [PATCH 08/31] drm/amd/display: Only apply ctx for specific surface
  ` [PATCH 09/31] drm/amd/display: Allow MPO on Raven
  ` [PATCH 10/31] drm/amd/display: Reverting locks around updating freesync property
  ` [PATCH 11/31] drm/amd/display: use signal type to decide whether to set backlight
  ` [PATCH 12/31] drm/amd/display: do not set_mpc_tree if tree is already setup
  ` [PATCH 13/31] drm/amd/display: Continue with stream enable if DP link training fails
  ` [PATCH 14/31] drm/amd/display: Implement support for backlight optimization
  ` [PATCH 15/31] drm/amd/display: ifdef some code only needed for DCN
  ` [PATCH 16/31] drm/amd/display: Fix race
  ` [PATCH 17/31] drm/amd/display: prevent assert on error of 1 in calc_freesync_range
  ` [PATCH 18/31] drm/amd/display: refactor bw related variable structure in val_ctx
  ` [PATCH 19/31] drm/amd/display: switch to using calc_clk and cur_clk for dcn bw setting
  ` [PATCH 20/31] drm/amd/display: Add 64KB_S_T and 64KB_D_T swizzle mode
  ` [PATCH 21/31] drm/amd/display: Use MED update type if clip position changes
  ` [PATCH 22/31] drm/amd/display: single channel bandwidth verses dual channel bandwidth
  ` [PATCH 23/31] drm/amd/display: enable watermark range reporting to pplib
  ` [PATCH 24/31] drm/amd/display: fix freesync not working on raven
  ` [PATCH 25/31] drm/amd/display: Move output transfer function to stream updates
  ` [PATCH 26/31] drm/amd/display: Add mem_input header to non-DCN builds
  ` [PATCH 27/31] drm/amd/display: DCE12 num_timing_generators should be 6
  ` [PATCH 28/31] drm/amd/display: fix scaling calculation for proper surface input format
  ` [PATCH 29/31] drm/amd/display: add yuv pixel formats to pixel_format_to_bpp()
  ` [PATCH 30/31] drm/amd/display: fix scaling info based surface update type check
  ` [PATCH 31/31] drm/amd/display: add explanation for surface_update_type

drm syncobj - can we get some r-b/a-bs?
 2017-05-12 13:38 UTC  (20+ messages)
  ` [PATCH 1/5] drm: introduce sync objects (v2)
  ` [PATCH 2/5] drm/syncobj: add sync obj wait interface. (v2)
  ` [PATCH 3/5] drm/syncobj: add sync_file interaction
  ` [PATCH 4/5] amdgpu/cs: split out fence dependency checking
  ` [PATCH 5/5] amdgpu: use drm sync objects for shared semaphores (v4)

[PATCH] drm/amdgpu: correct wptr initialization for sdma
 2017-05-12 11:46 UTC  (2+ messages)

[PATCH 0/3] GPU-DRM-Radeon: Fine-tuning for three function implementations
 2017-05-12 11:38 UTC  (6+ messages)

[PATCH umr] Add raven family to GFX sensors
 2017-05-12 11:23 UTC 

[PATCH 0/5] GFX9 KIQ
 2017-05-12 11:11 UTC  (8+ messages)
  ` [PATCH 1/5] drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
  ` [PATCH 2/5] drm/amdgpu/gfx9: wait once for all KCQs to be created
  ` [PATCH 3/5] drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream
  ` [PATCH 4/5] drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)
  ` [PATCH 5/5] drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)

[PATCH xf86-video-amdgpu] Simplify tracking of PRIME scanout pixmap
 2017-05-12 10:11 UTC 

[PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-05-12  9:10 UTC  (6+ messages)

[PATCH] drm/amdgpu: correct wptr initialization for sdma
 2017-05-12  8:29 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: Return EINVAL if no PT BO
 2017-05-12  8:25 UTC  (7+ messages)
  ` [PATCH 2/4] drm/amdgpu: Add vm context module param
  ` [PATCH 3/4] drm/amdgpu: Support page directory update via CPU
  ` [PATCH 4/4] drm/amdgpu: Support page table "

[PATCH 1/4] drm/amdgpu/ci: disable mclk switching for high refresh rates
 2017-05-12  7:52 UTC  (6+ messages)
  ` [PATCH 2/4] drm/radeon/ci: "
  ` [PATCH 3/4] drm/amd/powerplay/smu7: add vblank check for mclk switching
  ` [PATCH 4/4] drm/amd/powerplay/smu7: disable mclk switching for high refresh rates

[PATCH] drm/amdgpu: properly byteswap gpu_info firmware
 2017-05-12  7:42 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix sem list soft lockup issue
 2017-05-12  6:58 UTC  (2+ messages)

[PATCH 000/117] Raven Support
 2017-05-12  2:50 UTC  (5+ messages)

Testing dc-drm-next-atomic-wip
 2017-05-11 18:06 UTC 

Raven support added to umr
 2017-05-11 17:32 UTC 

[PATCH v2 1/2] drm/amdgpu: export test ib debugfs interface
 2017-05-11 14:25 UTC  (6+ messages)
  ` [PATCH v2 2/2] drm/amdgpu: export test ring "

[PATCH] drm/amdgpu: cleanup VM manager init/fini
 2017-05-11 14:24 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix NULL pointer panic of emit_gds_switch
 2017-05-11 13:29 UTC  (3+ messages)

[PATCH xf86-video-ati] Remove unused struct members from drmmode_display.h
 2017-05-11 13:28 UTC  (2+ messages)

[PATCH 01/11] drm/ttm: cleanup coding style in ttm_bo_api.h
 2017-05-11  9:00 UTC  (3+ messages)

FW: [PATCH] drm/amdgpu: reduce amdgpu_device_resume() time
 2017-05-11  4:59 UTC  (3+ messages)

[PATCH v1] drm/amdgpu: optimize amdgpu driver load & resume time
 2017-05-11  4:57 UTC 

[PATCH 1/2] drm/amdgpu: export test ib debugfs interface
 2017-05-11  3:03 UTC  (10+ messages)
  ` [PATCH 2/2] drm/amdgpu: export test ring "

(radeon?) WARNING: drivers/gpu/drm/drm_irq.c:1195 drm_vblank_put (v4.11-12441-g56868a4)
 2017-05-11  2:51 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