AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-03 11:34:57 to 2018-08-09 20:16:23 UTC [more...]

[PATCH] drm/amdgpu/powerplay: check vrefresh when when changing displays
 2018-08-09 20:16 UTC 

[pull] amdgpu, scheduler drm-next-4.19
 2018-08-09 20:00 UTC 

[PATCH 1/4] drm/amdgpu: add tmr mac address
 2018-08-09 17:44 UTC  (10+ messages)
  ` [PATCH 2/4] drm/amdgpu: update "
  ` [PATCH 3/4] drm/amdgpu: add unicode AMDGPU_UCODE_ID_VCN
  ` [PATCH 4/4] drm/amdgpu: add psp firmware loading for vcn

[PATCH libdrm 1/6] amdgpu: stop using the hash table for fd_tab
 2018-08-09 16:56 UTC  (10+ messages)
` [PATCH libdrm 2/6] amdgpu: add handle table implementation v2
  ` [PATCH libdrm 5/6] amdgpu: remove the hash table implementation
  ` [PATCH libdrm 6/6] amdgpu: always add all BOs to lockup table

[PATCH v2 1/5] drm/amdgpu:add tmr mac address into amdgpu_firmware_info
 2018-08-09 16:31 UTC  (5+ messages)
  ` [PATCH v2 2/5] drm/amdgpu: update tmr mac address
  ` [PATCH v2 3/5] drm/amdgpu:add new firmware id for VCN
  ` [PATCH v2 4/5] drm/amdgpu:add VCN support in PSP driver
  ` [PATCH v2 5/5] drm/amdgpu:add VCN booting with firmware loaded by PSP

[PATCH 1/5] drm/amdgpu: add system interrupt register offset header
 2018-08-09 15:52 UTC  (8+ messages)
` [PATCH 3/5] drm/amdgpu: enable system interrupt for jrbc

RFC: Add write flag to reservation object fences
 2018-08-09 14:54 UTC  (13+ messages)
  ` [PATCH 1/6] dma-buf: remove shared fence staging in reservation object
  ` [PATCH 2/6] dma-buf: add reservation object shared fence accessor
  ` [PATCH 5/6] drm/i915: wait for write fences before pflip
  ` [PATCH 6/6] drm/amdgpu: remove exclusive fence workaround
` [PATCH 3/6] dma-buf: add is_write to reservation_object_add_shared_fence
` [PATCH 4/6] dma-buf: add writes_only flag to reservation_object_get_fences_rcu

[PATCH] drm/amdgpu: Cancel gfx off delay work when driver fini/suspend
 2018-08-09 12:34 UTC  (2+ messages)

[PATCH 0/5] drm/ttm,amdgpu: Introduce LRU bulk move functionality
 2018-08-09 12:27 UTC  (11+ messages)
` [PATCH 1/5] drm/ttm: add helper structures for bulk moves on lru list
  ` [PATCH 2/5] drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk moves
  ` [PATCH 3/5] drm/ttm: add bulk move function on LRU
  ` [PATCH 4/5] drm/amdgpu: use bulk moves for efficient VM LRU handling
` [PATCH 5/5] drm/amdgpu: move PD/PT bos on LRU again

[PATCH libdrm] amdgpu: add a function to create amdgpu bo internally (v2)
 2018-08-09 11:57 UTC  (2+ messages)

[PATCH libdrm] amdgpu: add a function to create amdgpu bo internally
 2018-08-09  9:14 UTC  (6+ messages)

[PATCH 1/2] drm/scheduler: modify API to avoid redundancy
 2018-08-09  8:59 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix the null pointer to get timeline by scheduler fence
 2018-08-09  7:15 UTC  (5+ messages)

[PATCH] drm/amdgpu/sriov: give 8s for recover vram under RUNTIME
 2018-08-09  7:01 UTC  (6+ messages)

[PATCH] RFC: drm/amdgpu/pp: writable hwmon/pwm1_min on vega10
 2018-08-09  2:53 UTC 

[PATCH 00/14] DC Patches Aug 08, 2018
 2018-08-08 14:53 UTC  (15+ messages)
  ` [PATCH 01/14] drm/amd/display: dc 3.1.61
  ` [PATCH 02/14] drm/amd/display: fix PIP bugs on Dal3
  ` [PATCH 03/14] drm/amd/display: Add dprefclk value to dce_dccg
  ` [PATCH 04/14] drm/amd/display: fix single link DVI has no display
  ` [PATCH 05/14] drm/amd/display: fix dml handling of mono8/16 pixel formats
  ` [PATCH 06/14] drm/amd/display: Fix warning observed in mode change on Vega
  ` [PATCH 07/14] drm/amd/display: add retimer log for HWQ tuning use
  ` [PATCH 08/14] drm/amd/display: Remove redundant non-zero and overflow check
  ` [PATCH 09/14] drm/amd/display: Allow clock sharing b/w HDMI and DVI
  ` [PATCH 10/14] drm/amd/display: Check if clock source in use before disabling
  ` [PATCH 11/14] drm/amd/display: Pass connector id when executing VBIOS CT
  ` [PATCH 12/14] drm/amd/display: Guard against null crtc in CRC IRQ
  ` [PATCH 13/14] drm/amd/display: dc 3.1.62
  ` [PATCH 14/14] drm/amd/display: Program gamut remap as part of stream update

[PATCH libdrm 1/3] amdgpu: add bo from user memory to handle table
 2018-08-08  9:56 UTC  (3+ messages)
  ` [PATCH libdrm 2/3] amdgpu: add a function to find bo by cpu mapping (v2)
  ` [PATCH libdrm 3/3] tests/amdgpu: add test for finding bo by CPU mapping

[PATCH libdrm 1/4] amdgpu: add bo from user memory to handle table
 2018-08-08  9:45 UTC  (13+ messages)
  ` [PATCH libdrm 2/4] amdgpu: add a function to find bo by cpu mapping (v2)
  ` [PATCH libdrm 3/4] tests/amdgpu: add test for finding bo by CPU mapping
  ` [PATCH libdrm 4/4] amdgpu: add a function to create amdgpu bo internally

[PATCH] drm/scheduler: fix setting the priorty for entities
 2018-08-08  4:49 UTC  (8+ messages)
                ` [PATCH] drm/scheduler: fix setting the priorty for entities - bisected

[PATCH] drm/amdgpu/sriov: give 8s for recover vram under RUNTIME
 2018-08-08  2:05 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu/pp: endian fixes for process_pptables_v1_0.c
 2018-08-08  1:21 UTC  (5+ messages)
  ` [PATCH 2/2] drm/amdgpu/pp: endian fixes for processpptables.c

[PATCH] drm/amdgpu: Transfer fences to dmabuf importer
 2018-08-07 19:36 UTC  (22+ messages)
  ` [PATCH v2] "
  ` [PATCH v4] "
` [PATCH v3] "
` [PATCH v5] "
` [PATCH v6] "

[PATCH] drm: Remove defunct dma_buf_kmap stubs
 2018-08-07 17:55 UTC  (3+ messages)

[Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m
 2018-08-07 14:08 UTC  (3+ messages)

[PATCH libdrm 1/4] amdgpu: add bo from user memory to handle table
 2018-08-07 11:35 UTC  (18+ messages)
  ` [PATCH libdrm 2/4] amdgpu: add count for "
  ` [PATCH libdrm 3/4] amdgpu: add a function to find bo by cpu mapping
  ` [PATCH libdrm 4/4] tests/amdgpu: add test for finding bo by CPU mapping

[PATCH] drm/amdkfd: Use true and false for boolean values
 2018-08-07 10:27 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix unused variable ‘rq’
 2018-08-07  9:23 UTC  (2+ messages)

[PATCH] drm/amd/amdkfd/kfd_int_process_v9: Use true and false for boolean values
 2018-08-07  5:30 UTC  (2+ messages)

[PATCH] gpu: drm: radeon: radeon_test: Replace mdelay() with msleep()
 2018-08-06 20:29 UTC  (2+ messages)

[PATCH] gpu: drm: radeon: si: Replace mdelay() with msleep() in si_pcie_gen3_enable()
 2018-08-06 20:28 UTC  (2+ messages)

[PATCH] gpu: drm: radeon: cik: Replace mdelay() with msleep() in cik_pcie_gen3_enable()
 2018-08-06 20:26 UTC  (2+ messages)

[PATCH v2] drm/scheduler: fix timeout worker setup for out of order job completions
 2018-08-06 13:18 UTC  (6+ messages)

[PATCH v3] drm/scheduler: fix timeout worker setup for out of order job completions
 2018-08-06 13:12 UTC 

[PATCH] drm/amdgpu: move missed gfxoff entry into amdgpu_gfx header
 2018-08-06 13:11 UTC  (2+ messages)

[PATCH] gpu: drm: radeon: r300: Replace mdelay() with msleep() and usleep_range() in r300_asic_reset()
 2018-08-04  0:21 UTC 

[PATCH] gpu: drm: radeon: r100: Replace mdelay() with msleep() and usleep_range() in r100_asic_reset()
 2018-08-04  0:18 UTC 

[PATCH] gpu: drm: radeon: r600: Replace mdelay() and udelay() with msleep() and usleep_range()
 2018-08-04  0:12 UTC 

[PATCH] gpu: drm: radeon: rs600: Replace mdelay() with msleep() and usleep_range() in rs600_asic_reset()
 2018-08-04  0:05 UTC 

[PATCH xf86-video-amdgpu] glamor: Check glamor module version for depth 30 support
 2018-08-03 17:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memory
 2018-08-03 16:56 UTC  (2+ messages)

[PATCH xf86-video-amdgpu 3/4] Defer vblank event handling while waiting for a pending flip
 2018-08-03 16:19 UTC  (2+ messages)
  ` [PATCH v2 "

[PATCH xf86-video-amdgpu 1/4] Move DRM event queue related initialization to amdgpu_drm_queue_init
 2018-08-03 16:18 UTC  (2+ messages)
  ` [PATCH xf86-video-amdgpu 2.5/4] Add amdgpu_drm_handle_event wrapper for drmHandleEvent

[PATCH] drm/amdgpu/acp: Power on/off acp tiles within driver
 2018-08-03 15:03 UTC  (2+ messages)

[PATCH] drm/scheduler: fix timeout worker setup for out of order job completions
 2018-08-03 14:24 UTC  (4+ messages)

[PATCH] drm/scheduler: select the least loaded sched during entity init
 2018-08-03 11:53 UTC  (3+ messages)


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