AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-01 15:13:30 to 2018-08-08 09:45:38 UTC [more...]

[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/amdgpu: fix the null pointer to get timeline by scheduler fence
 2018-08-08  7:10 UTC  (2+ messages)

[PATCH] drm/scheduler: fix setting the priorty for entities
 2018-08-08  4:49 UTC  (9+ 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:13 UTC 

[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 libdrm 1/6] amdgpu: stop using the hash table for fd_tab
 2018-08-06  8:34 UTC  (11+ messages)
  ` [PATCH libdrm 2/6] amdgpu: add handle table implementation v2
  ` [PATCH libdrm 3/6] amdgpu: use handle table for KMS handles
  ` [PATCH libdrm 4/6] amdgpu: use handle table for flink names
  ` [PATCH libdrm 5/6] amdgpu: remove the hash table implementation
  ` [PATCH libdrm 6/6] amdgpu: always add all BOs to lockup table

[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)

[PATCH 1/5] drm/amdgpu: move ring macros into amdgpu_ring header
 2018-08-03 11:16 UTC  (6+ messages)
  ` [PATCH 2/5] drm/amdgpu: remove useless gds switch macro
  ` [PATCH 3/5] drm/amdgpu: move display definitions into amdgpu_display header
  ` [PATCH 4/5] drm/amdgpu: move gmc macros into amdgpu_gmc header
  ` [PATCH 5/5] drm/amdgpu: move vm definitions into amdgpu_vm header

[PATCH libdrm] amdgpu: add valid function for handle table
 2018-08-03  8:37 UTC 

[PATCH 1/7] drm/amdgpu: use new scheduler load balancing for VMs
 2018-08-03  4:53 UTC  (8+ messages)
` [PATCH 2/7] drm/amdgpu: use scheduler load balancing for SDMA CS
` [PATCH 6/7] drm/amdgpu: move context related stuff to amdgpu_ctx.h

[PATCH libdrm 1/6] amdgpu: always add all BOs to lockup table
 2018-08-03  3:13 UTC  (11+ messages)
  ` [PATCH libdrm 2/6] amdgpu: stop using the hash table for fd_tab
  ` [PATCH libdrm 3/6] amdgpu: add handle table implementation
  ` [PATCH libdrm 4/6] amdgpu: use handle table for KMS handles
  ` [PATCH libdrm 5/6] amdgpu: use handle table for flink names
  ` [PATCH libdrm 6/6] amdgpu: remove the hash table implementation

[PATCH] drm/amd/display: Only require EDID read for HDMI and DVI
 2018-08-02 20:11 UTC  (3+ messages)

[PATCH v2] drm/amd/display: Report non-DP display as disconnected without EDID
 2018-08-02 19:38 UTC  (4+ messages)

[PATCH xf86-video-ati 1/2] glamor: Set RADEON_CREATE_PIXMAP_DRI2 for DRI3 pixmaps
 2018-08-02 17:11 UTC  (3+ messages)
  ` [PATCH xf86-video-ati 2/2] Store FB for each CRTC in drmmode_flipdata_rec

[PATCH xf86-video-amdgpu] glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possible
 2018-08-02 17:10 UTC  (2+ messages)

[PATCH 1/3] drm/amd/pp: Delete duplicated interface in hwmgr_func
 2018-08-02 13:38 UTC  (8+ messages)
` [PATCH 3/3] drm/amd/pp: Add gfx power status check support on Rv/Vega12

[PATCH 1/6] drm/amdgpu: move gfx definitions into amdgpu_gfx header
 2018-08-02 11:44 UTC  (8+ messages)
  ` [PATCH 2/6] drm/amdgpu: move ih definitions into amdgpu_ih header
  ` [PATCH 3/6] drm/amdgpu: move sdma definitions into amdgpu_sdma header
  ` [PATCH 4/6] drm/amdgpu: move firmware definitions into amdgpu_ucode header
  ` [PATCH 5/6] drm/amdgpu: move psp macro into amdgpu_ucode into amdgpu_psp header
  ` [PATCH 6/6] drm/amdgpu: move gem definitions into amdgpu_gem header

[PATCH 1/4] drm/scheduler: add a list of run queues to the entity
 2018-08-02  6:42 UTC  (13+ messages)
` [PATCH 2/4] drm/scheduler: add counter for total jobs in scheduler
` [PATCH 3/4] drm/scheduler: add new function to get least loaded sched v2

[PATCH 1/2] drm/amdgpu: return bo itself if userptr is cpu addr of bo (v3)
 2018-08-02  6:29 UTC  (19+ messages)

[PATCH 0/3] drm/scheduler: preparation for load balancing
 2018-08-02  6:16 UTC  (7+ messages)
` [PATCH 2/3] drm/scheduler: add counter for total jobs in scheduler

[pull] amdgpu, radeon, scheduler, ttm drm-next-4.19
 2018-08-01 22:29 UTC 

[PATCH] drm/amd/pp: Reset memory levels table before populating values
 2018-08-01 20:30 UTC 

[PATCH] RFC: drm/amd/display: enable ABGR and XBGR formats (v2)
 2018-08-01 16:11 UTC  (6+ messages)
` drm/radeon,amdgpu,dc: enable ABGR and XBGR formats
  ` [PATCH 1/3] drm/amd/display: enable ABGR and XBGR formats (v3)
  ` [PATCH 3/3] drm/radeon: enable ABGR and XBGR formats

[PATCH] drm/amd/display: Report non-DP display as disconnected without EDID
 2018-08-01 15:55 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