public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2018-08-29 02:03:56 to 2018-09-01 14:08:46 UTC [more...]

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2018-09-01 14:08 UTC  (26+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
  ` [PATCH v2 01/12] fbdev: show fbdev number for debugging
  ` [PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()
  ` [PATCH v2 05/12] drm/bochs: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH v2 06/12] drm/cirrus: "
  ` [PATCH v2 08/12] drm/radeon: "
  ` [PATCH v2 07/12] drm/mgag200: "
  ` [PATCH v2 09/12] drm/virtio: "
  ` [PATCH v2 10/12] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
  ` [PATCH v2 11/12] drm/sun4i: "
  ` [PATCH v2 12/12] drm/tegra: kick out simplefb
  ` [PATCH v3 00/13] remove_conflicting_framebuffers() cleanup
    ` [PATCH v3 01/13] fbdev: show fbdev number for debugging
    ` [PATCH v3 02/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
    ` [PATCH v3 03/13] fbdev: add kerneldoc do remove_conflicting_framebuffers()
    ` [PATCH v3 04/13] fbdev: add remove_conflicting_pci_framebuffers()
    ` [PATCH v3 06/13] drm/bochs: use simpler remove_conflicting_pci_framebuffers()
    ` [PATCH v3 05/13] drm/amdgpu: "

[PATCH libdrm] amdgpu: When couldn't find bo, need to return error
 2018-09-01  8:58 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: move size calculations to the front of the file again
 2018-09-01  8:16 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: improve VM state machine documentation

[PATCH 1/1] drm/amdgpu: Clean up KFD init and fini
 2018-08-31 21:34 UTC 

[PATCH] drm/amd/powerplay: added vega20 overdrive support V3
 2018-08-31 21:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use drm_dev_unplug in PCI .remove
 2018-08-31 17:36 UTC  (2+ messages)

[PATCH libdrm] libdrm: Allow dynamic drm majors on linux
 2018-08-31 15:31 UTC  (7+ messages)

[PATCH 1/3] drm/ttm: fix ttm_bo_bulk_move_helper
 2018-08-31 15:19 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2
  ` [PATCH 3/3] drm/amdgpu: fix idle state and bulk_moveavle flag

[PATCH xf86-video-amdgpu] Do not push the CM_GAMMA_LUT property values in drmmode_crtc_cm_init
 2018-08-31 10:45 UTC 

[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
 2018-08-31  8:27 UTC  (6+ messages)
` [PATCH (repost) 5/5] drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX support

[PATCH 1/4] drm/amdgpu/gmc9: rework stolen vga memory handling
 2018-08-31  8:20 UTC  (7+ messages)
  ` [PATCH 2/4] drm/amdgpu/gmc9: don't keep stolen memory on Raven
  ` [PATCH 3/4] drm/amdgpu/gmc9: don't keep stolen memory on vega12
  ` [PATCH 4/4] drm/amdgpu/gmc9: don't keep stolen memory on vega20

[PATCH] drm/amd/powerplay: added vega20 overdrive support
 2018-08-31  4:31 UTC  (14+ messages)

[PATCH 00/17] DC Patches Aug 30, 2018
 2018-08-31  4:23 UTC  (19+ messages)
  ` [PATCH 01/17] drm/amd/display: dc 3.1.64
  ` [PATCH 02/17] drm/amd/display: Build stream update and plane updates in dm
  ` [PATCH 03/17] drm/amd/display: Add DP YCbCr 4:2:0 support
  ` [PATCH 04/17] drm/amd/display: Fix DAL217 tests modify DTN logs for other tests
  ` [PATCH 05/17] drm/amd/display: Add driver-side parsing for CM
  ` [PATCH 06/17] drm/amd/display: remove dead dc vbios code
  ` [PATCH 07/17] drm/amd/display: remove unused clk_src code
  ` [PATCH 08/17] drm/amd/display: add disconnect_delay to dc_panel_patch
  ` [PATCH 09/17] drm/amd/display: add aux transition event log
  ` [PATCH 10/17] drm/amd/display: num of sw i2c/aux engines less than num of connectors
  ` [PATCH 11/17] drm/amd/display: Use DRM helper for best_encoder
  ` [PATCH 12/17] drm/amd/display: Reorder resource_pool to put i2c with aux
  ` [PATCH 13/17] drm/amd/display: dc 3.1.65
  ` [PATCH 14/17] drm/amd/display: use link type to decide stream enc acquisition
  ` [PATCH 15/17] drm/amd/display: Remove call to amdgpu_pm_compute_clocks
  ` [PATCH 16/17] drm/amd/display: clean code for transition event log
  ` [PATCH 17/17] drm/amd/display: Add invariant support instrumentation in driver

[PATCH 1/6] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-31  1:51 UTC  (8+ messages)
  ` [PATCH 2/6] drm/amdgpu: add amdgpu_gmc_agp_location v3
  ` [PATCH 3/6] drm/amdgpu: use the AGP aperture for system memory access v2
  ` [PATCH 4/6] drm/amdgpu: manually map the shadow BOs again
  ` [PATCH 5/6] drm/amdgpu: enable AGP aperture for GMC9
  ` [PATCH 6/6] drm/amdgpu: try to make kernel allocations USWC

[PATCH 1/7] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-31  1:39 UTC  (15+ messages)
  ` [PATCH 2/7] drm/amdgpu: put GART away from VRAM v2
  ` [PATCH 3/7] drm/amdgpu: add amdgpu_gmc_agp_location v2
  ` [PATCH 4/7] drm/amdgpu: use the AGP aperture for system memory access v2
  ` [PATCH 5/7] drm/amdgpu: manually map the shadow BOs again
  ` [PATCH 6/7] drm/amdgpu: enable AGP aperture for GMC9
  ` [PATCH 7/7] drm/amdgpu: try to make kernel allocations USWC

[PATCH] drm/amdgpu: fix "move PD/PT bos on LRU again""
 2018-08-30 14:48 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix "Revert "drm/amdgpu: move PD/PT bos on LRU again""
 2018-08-30 11:43 UTC  (3+ messages)

[PATCH 1/5] drm: fix syncobj null_fence_enable_signaling
 2018-08-30 11:32 UTC  (10+ messages)
` [PATCH 3/5] drm: expand drm_syncobj_find_fence to support timeline point v2
  ` [PATCH 2/5] drm: rename null fence to stub fence in syncobj
  ` [PATCH 4/5] drm: expand replace_fence to support timeline point v2
  ` [PATCH 5/5] [RFC]drm: add syncobj timeline support v3

[PATCH 0/2] Provide init/release functions for struct ttm_bo_global
 2018-08-30 10:35 UTC  (5+ messages)

[PATCH libdrm] amdgpu: add error return value for finding bo by cpu mapping (v2)
 2018-08-30  9:35 UTC 

[PATCH] drm/amdgpu: Revert "kmap PDs/PTs in amdgpu_vm_update_directories"
 2018-08-30  9:27 UTC  (2+ messages)

[PATCH libdrm] amdgpu: add error return value for finding bo by cpu mapping
 2018-08-30  9:26 UTC  (4+ messages)

[PATCH] drm/amd/powerplay: added vega20 overdrive support V2
 2018-08-30  8:58 UTC 

How to gracefully handle pci remove
 2018-08-30  8:42 UTC  (7+ messages)

[PATCH] drm/amdgpu: correctly sign extend 48bit addresses v3
 2018-08-30  7:35 UTC  (6+ messages)

[PATCH 1/5] drm: fix syncobj null_fence_enable_signaling
 2018-08-30  7:26 UTC  (6+ messages)
  ` [PATCH 2/5] drm: rename null fence to stub fence in syncobj v2
  ` [PATCH 3/5] drm: expand drm_syncobj_find_fence to support timeline point v2
  ` [PATCH 4/5] drm: expand replace_fence "
` [PATCH 5/5] [RFC]drm: add syncobj timeline support v3

When to kmap PT BOs?
 2018-08-30  6:50 UTC  (3+ messages)

[PATCH 01/10] drm/amdgpu: use only the lower address space on GMC9
 2018-08-30  6:40 UTC  (14+ messages)
` [PATCH 03/10] drm/amdgpu: fix amdgpu_gmc_gart_location a little bit

[PATCH] drm/amd/powerplay: correct data type to support under voltage
 2018-08-30  5:03 UTC  (2+ messages)

[PATCH xf86-video-amdgpu 1/2] Handle ihandle == -1 in amdgpu_set_shared_pixmap_backing
 2018-08-30  3:07 UTC  (3+ messages)
  ` [PATCH xf86-video-amdgpu 2/2] glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backing

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-30  1:39 UTC  (3+ messages)

[pull] amdgpu drm-fixes-4.19
 2018-08-29 20:25 UTC 

[PATCH xf86-video-amdgpu 1/3] Always delete entry from list in drm_queue_handler
 2018-08-29 16:56 UTC  (3+ messages)
  ` [PATCH xf86-video-amdgpu 2/3] Don't use xorg_list_for_each_entry_safe for signalled flips
  ` [PATCH xf86-video-amdgpu 3/3] Bail early from drm_wait_pending_flip if there's no pending flip

[PATCH] drm/amdgpu: Relocate some definitions
 2018-08-29 15:52 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-29 15:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: remove redundant memset
 2018-08-29 15:05 UTC  (2+ messages)

[PATCH v5 0/5] drm/ttm,amdgpu: Introduce LRU bulk move functionality
 2018-08-29 15:00 UTC  (9+ messages)
` [PATCH v5 5/5] drm/amdgpu: move PD/PT bos on LRU again

BUG: *ERROR* No EDID read
 2018-08-29 14:02 UTC  (12+ messages)

[PATCH] drm/amd/powerplay: expose vega20 OD features
 2018-08-29  9:16 UTC  (11+ messages)

[PATCH] drm/amdgpu: Need to set moved to true when evict bo
 2018-08-29  9:07 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: Set pasid for compute vm
 2018-08-29  9:01 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: Release an acquired process vm

PS4 Linux AMD Drivers Request
 2018-08-29  8:11 UTC 

[PATCH] drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
 2018-08-29  7:48 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