AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-12 11:23:25 to 2017-05-18 05:30:12 UTC [more...]

[PATCH 1/7] drm/amdgpu: cleanup adjust_mc_addr handling v2
 2017-05-18  5:30 UTC  (9+ messages)
  ` [PATCH 2/7] drm/amdgpu: add some extra VM error handling
  ` [PATCH 3/7] drm/amdgpu: fix another fundamental VM bug
  ` [PATCH 4/7] drm/amdgpu: Return EINVAL if no PT BO
  ` [PATCH 5/7] drm/amdgpu: cache the complete pde
  ` [PATCH 6/7] drm/amdgpu: stop joining VM PTE updates
  ` [PATCH 7/7] drm/amdgpu: enable huge page handling in the VM

[PATCH] drm/amd: include <linux/delay.h> instead of "linux/delay.h"
 2017-05-18  4:43 UTC 

[PATCH xf86-video-ati] Update URLs
 2017-05-18  2:16 UTC 

[PATCH] drm/amdgpu: update golden settings
 2017-05-18  1:59 UTC  (2+ messages)

Resizeable PCI BAR support V3
 2017-05-17 21:36 UTC  (7+ messages)
` [PATCH 3/4] x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 30h-3fh) Processors

[REGRESSION] drm/radeon: Don't register Thunderbolt eGPU with vga_switcheroo
 2017-05-17 21:08 UTC 

[PATCH] drm/amd/powerplay: ensure loop does not wraparound on decrement
 2017-05-17 19:30 UTC  (2+ messages)

[PATCH] drm/amdgpu: add an INFO query for monitoring VRAM CPU page faults
 2017-05-17 18:05 UTC 

Plan: BO move throttling for visible VRAM evictions
 2017-05-17 12:35 UTC  (15+ messages)

[PATCH 1/4] drm/amdgpu: check if vram is lost v2
 2017-05-17 10:15 UTC  (19+ messages)
  ` [PATCH 2/4] drm/amdgpu: return -ENODEV to user space when "
  ` [PATCH 3/4] drm/amdgpu: skip all jobs of guilty vm
  ` [PATCH 4/4] drm/amdgpu: reset fpriv vram_lost_counter

[PATCH] drm/amdgpu: update golden settings
 2017-05-17  9:07 UTC 

[PATCH 1/5] drm/amdgpu: Return EINVAL if no PT BO
 2017-05-17  8:59 UTC  (14+ 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 1/2] drm/amdgpu: fix re-program vm invalidate eng address range for gfxhub on resume
 2017-05-17  8:42 UTC  (12+ messages)
  ` [PATCH 2/2] drm/amdgpu: fix re-program vm invalidate eng address range for mmhub "

[PATCH 0/3] Cleanup evergreen/si IRQ handling code
 2017-05-17  8:32 UTC  (5+ messages)
  ` [PATCH 1/3] drm/radeon: Cleanup display interrupt handling for evergreen, si
` [PATCH 2/3] drm/radeon: Cleanup HDMI audio interrupt handling for evergreen
` [PATCH 3/3] drm/radeon: Cleanup pageflipping IRQ handling for evergreen, si

[PATCH] gpu: drm: radeon: refactor code
 2017-05-17  8:22 UTC  (2+ messages)

[PATCH xf86-video-amdgpu] Use plain glamor_egl_create_textured_screen()
 2017-05-17  7:15 UTC 

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

[PATCH] drm/amd/powerplay: fix a signedness bugs
 2017-05-16 14:42 UTC 

Various minor Display DCE120 cleanups
 2017-05-16 14:22 UTC  (7+ messages)
  ` [PATCH 1/6] drm/amd/display: Tidy up dce120_timing_generator_enable_advanced_request()
  ` [PATCH 2/6] drm/amd/display: Fix indentation in dce120_tg_program_timing()
  ` [PATCH 3/6] drm/amd/display: Make dce120_tg_is_blanked() more legible
  ` [PATCH 4/6] drm/amd/display: Clean up indentation in dce120_tg_set_blank()
  ` [PATCH 5/6] drm/amd/display: Tidy up dce120_clock_source_create()
  ` [PATCH 6/6] drm/amd/display: Tidy up mem_input_program_surface_flip_and_addr()

Small cleanups for UVD42 and VCE2
 2017-05-16 12:45 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amd/amdgpu: Use 32/64-bit types in uvd42
  ` [PATCH 2/4] drm/amd/amdgpu: Tidy up uvd_v4_2_start()
  ` [PATCH 3/4] drm/amd/amdgpu: Cleanup uvd_v4_2_soft_reset()
  ` [PATCH 4/4] drm/amd/amdgpu: Use 32/64-bit types for VCE2

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

[PATCH 1/3] drm/amdgpu: check if vram is lost
 2017-05-16  9:12 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: return -ENODEV to user space when "
  ` [PATCH 3/3] drm/amdgpu: skip all jobs of guilty vm

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

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

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

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 

Support for amdgpu VM update via CPU on large-bar systems
 2017-05-13  9:08 UTC  (7+ 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  (7+ 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] 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  (4+ messages)

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


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