amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-09 08:59:21 to 2020-11-11 14:23:34 UTC [more...]

[PATCH 1/2] drm/msm: Use struct dma_buf_map in GEM vmap ops
 2020-11-11 14:23 UTC  (3+ messages)
` [PATCH 2/2] drm/mediatek: "

[PATCH] drm/nouveau: Fix out-of-bounds access when deferencing MMU type
 2020-11-11 12:08 UTC  (4+ messages)

[PATCH] drm/amdgpu: add UMC to ip discovery map
 2020-11-11  8:55 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix memory leaks in S3 resume
 2020-11-11  8:44 UTC  (6+ messages)

[PATCH 00/30] [Set 4] Rid W=1 warnings from GPU
 2020-11-11  7:16 UTC  (52+ messages)
` [PATCH 01/30] drm/radeon/evergreen: Add comment for 'evergreen_page_flip()'s 'async' param
` [PATCH 02/30] drm/radeon/evergreen: Remove set but unused variable 'mc_shared_chmap'
` [PATCH 03/30] drm/radeon/ni: Demote vague attempt at function header doc
` [PATCH 04/30] drm/radeon/si: Remove set but unused variable 'mc_shared_chmap'
` [PATCH 05/30] drm/radeon/cik: "
` [PATCH 06/30] drm/radeon/trinity_dpm: Remove some defined but never used arrays
` [PATCH 07/30] drm/radeon/kv_dpm: Strip out unused functions and their tables
` [PATCH 08/30] drm/radeon/ci_dpm: Remove set but unused variable 'dpm_event_src'
` [PATCH 09/30] drm/radeon/radeon_vm: Fix some function parameter documentation
` [PATCH 10/30] drm/radeon/radeon_sync: Add description for function param 'rdev'
` [PATCH 11/30] drm/radeon/radeon_ib: Supply description for 'radeon_ib_get's get param
` [PATCH 12/30] drm/radeon/radeon_dp_mst: Remove unused variable 'ret' from radeon_mst_encoder_dpms()
` [PATCH 13/30] drm/radeon/radeon_mn: Supply description for 'cur_seq' even if it is unused
` [PATCH 14/30] drm/radeon/evergreen_dma: Fix doc-rot of function parameter 'resv'
` [PATCH 15/30] drm/radeon/cik_sdma: Demote vague attempt at kernel-doc
` [PATCH 16/30] drm/radeon/r100: Fix some kernel-doc formatting, misnaming and missing issues
` [PATCH 17/30] drm/radeon/r600_cs: Fix some doc-rot and supply missing function param docs
` [PATCH 18/30] drm/radeon/evergreen_cs: Fix misnaming issues surrounding 'p' param
` [PATCH 19/30] drm/radeon/radeon_drv: Move 'radeon_mmap()'s prototype to shared header
` [PATCH 20/30] drm/radeon/radeon_drv: Move 'radeon_driver_irq_handler_kms's prototype into "
` [PATCH 21/30] drm/radeon/atom: Move 'radeon_atom_hw_i2c_*()'s prototypes "
` [PATCH 22/30] drm/radeon/radeon_gem: Move 'radeon_gem_prime_*()'s prototypes to "
` [PATCH 23/30] drm/radeon/evergreen_hdmi: Move 'evergreen_*()' and 'dce4_*()' HDMI "
` [PATCH 24/30] drm/radeon/rv770: Move 'rv770_get_*()'s "
` [PATCH 25/30] drm/radeon/sumo_dpm: Move 'sumo_get_pi()'s prototype into "
` [PATCH 26/30] drm/radeon/ni_dpm: Move 'ni_get_{pi, ps}()'s "
` [PATCH 27/30] drm/radeon/ni: Remove set but unused variable 'mc_shared_chmap'
` [PATCH 28/30] drm/radeon/evergreen: Move 'cayman_*()'s prototypes to shared header
` [PATCH 29/30] drm/radeon/r600_dma: Move 'r600_gpu_check_soft_reset()'s prototype to shared location
` [PATCH 30/30] drm/radeon/cik: Move 'r600_ih_ring_{alloc, fini}()'s prototypes to shared header

[PATCH 1/3] drm:amdgpu: check before setting hw priority
 2020-11-11  6:55 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu: fix compute queue priority if num_kcq is less than 4
` [PATCH 3/3] drm/amdgpu: enable only one compute queue for raven

[PATCH 1/5] drm/amdgpu: add amdgpu_smuio structure
 2020-11-11  3:19 UTC  (3+ messages)
` [PATCH 5/5] drm/amdgpu: disable rom clock gating support for APUs

[PATCH 1/2] drm/amd/pm: add the interface to dump smu metrics table for vangogh
 2020-11-11  3:04 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: update the swSMU headers "

RE:R [PATCH] drm/amd/amdgpu: Update VCN initizalization behvaior
 2020-11-11  2:49 UTC 

[PATCH 0/3] amdgpu getfb2+modifier improvements
 2020-11-11  2:48 UTC  (4+ messages)
` [PATCH 1/3] drm/amd/display: Store gem objects for planes 1-3
` [PATCH 2/3] drm/amd/display: Set new format info for converted metadata
` [PATCH 3/3] drm/amd/display: Extract 3rd plane from metadata

[PATCH 00/19] [Set 1] Rid W=1 warnings from GPU
 2020-11-10 21:50 UTC  (8+ messages)
` [PATCH 15/19] gpu: drm: radeon: radeon_drv: Remove unused variable 'ret'
` [PATCH 17/19] gpu: drm: radeon: radeon_device: Fix a bunch of kernel-doc misdemeanours
` [PATCH 18/19] gpu: drm: amd: amdgpu: amdgpu: Mark global variables as __maybe_unused

[PATCH 00/20] [Set 3] Rid W=1 warnings from GPU
 2020-11-10 22:48 UTC  (41+ messages)
` [PATCH 01/20] drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its use
` [PATCH 02/20] drm/radeon: Move radeon_ttm{init, fini} to shared location
` [PATCH 03/20] drm/radeon/radeon_fence: Demote some non-conformant kernel-doc headers and fix another
` [PATCH 04/20] drm/radeon: Move 'radeon_add_legacy_encoder' prototype to shared header
` [PATCH 05/20] drm/radeon: Move 'radeon_add_legacy_encoder's prototype to shared location
` [PATCH 06/20] drm/radeon/radeon_connectors: Strip out set but unused variable 'ret'
` [PATCH 07/20] drm/radeon/radeon_display: Remove unused variable 'mod'
` [PATCH 08/20] drm/radeon/radeon_i2c: Remove pointless function header
` [PATCH 09/20] drm/radeon/radeon_irq_kms: Demote non-conformant kernel-doc fix another
` [PATCH 10/20] drm/radeon/radeon_ring: Add missing function parameters 'rdev' and 'data'
` [PATCH 11/20] drm/radeon/r600: Strip out set but unused 'tmp' variables
` [PATCH 12/20] drm/radeon/radeon_cs: Fix a bunch of doc-rot issues
` [PATCH 13/20] drm/radeon/evergreen: Move 'rv770_set_clk_bypass_mode' prototype to shared location
` [PATCH 14/20] drm/radeon: Move 'radeon_pm_acpi_event_handler' prototype into shared header
` [PATCH 15/20] drm/radeon/r600d: Move 'rc600_*' prototypes "
` [PATCH 16/20] drm/radeon/radeon_audio: Move 'dce3_2_*' prototypes to shared location
` [PATCH 17/20] drm/radeon/evergreend: Move 'evergreen_*' and 'sumo_*' prototypes out "
` [PATCH 18/20] drm/radeon/radeon_display: Fix function doc formatting and missing param issues
` [PATCH 19/20] drm/radeon/r600: Fix a misnamed parameter description and a formatting issue
` [PATCH 20/20] drm/radeon/cik: Fix a bunch of function parameter descriptions

[PATCH 00/19] [Set 2] Rid W=1 warnings from GPU
 2020-11-10 22:01 UTC  (38+ messages)
` [PATCH 06/19] drm/radeon/atom: Move prototype into shared location
` [PATCH 07/19] drm/radeon/radeon_kms: Include header containing our own prototypes
` [PATCH 10/19] drm/radeon/radeon: Move prototype into shared header
` [PATCH 11/19] drm/radeon/radeon_drv: Source file headers are not good candidates for kernel-doc
` [PATCH 12/19] drm/amd/display/dc/basics/fixpt31_32: Move variables to where they're used
` [PATCH 13/19] drm/radeon/radeon_drv: Move prototypes to a shared headerfile
` [PATCH 14/19] drm/amd/amdgpu/amdgpu_device: Provide documentation for 'reg_addr' params
` [PATCH 15/19] drm/radeon: Move prototypes to shared header
` [PATCH 16/19] drm/amd/amdgpu/amdgpu_kms: Remove 'struct drm_amdgpu_info_device dev_info' from the stack
` [PATCH 17/19] drm/radeon/radeon_kms: Fix misnaming of 'radeon_info_ioctl's dev param
` [PATCH 18/19] drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder'

[PATCH] drm/amd/amdgpu: Update VCN initizalization behvaior
 2020-11-10 20:17 UTC 

[PATCH] amd/display/amdgpu_dm: delete same check in if condition
 2020-11-10 18:35 UTC  (3+ messages)

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-11-10 17:59 UTC  (23+ messages)
` [PATCH v2 1/8] drm: Add dummy page per device or GEM object
` [PATCH v2 2/8] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v2 5/8] drm/amdgpu: Refactor sysfs removal

[PATCH] drm/amdgpu: enable 48-bit IH timestamp counter
 2020-11-10 18:08 UTC  (3+ messages)

[PATCH] drm/amdgpu: enable 48-bit IH timestamp counter
 2020-11-10 17:57 UTC  (2+ messages)

[PATCH] drm/amd/pm: Use kmemdup instead of kmalloc and memcpy
 2020-11-10 17:08 UTC  (2+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

Subject: [RFC] clang tooling cleanups
 2020-11-10 13:12 UTC  (3+ messages)

[PATCH] drm/amd/display: Tune fclk for 4K OLED display
 2020-11-10 14:40 UTC  (2+ messages)

[PATCH] drivers: amdgpu: amdgpu_display: Fixed the spelling of falg to flag
 2020-11-10 11:56 UTC  (3+ messages)

[PATCH] drm/amd/pm: correct table_clk_vlt memory size due to replacing one-element array with flexible-array in struct phm_clock_voltage_dependency_table
 2020-11-10  9:53 UTC  (3+ messages)

[PATCH] drm/amdgpu: update gfx golden setting for dimgrey_cavefish
 2020-11-10  6:32 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Import amdgpu_amdkfd_gfx_v9 header file into implementation
 2020-11-10  4:34 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 04/10] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.9 05/12] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.14 06/14] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.19 07/21] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 08/21] drm/amd/pm: perform SMC reset on suspend/hibernation
` [PATCH AUTOSEL 4.19 09/21] drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running

[PATCH AUTOSEL 5.4 14/42] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:54 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 15/42] drm/amd/pm: perform SMC reset on suspend/hibernation
` [PATCH AUTOSEL 5.4 16/42] drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
` [PATCH AUTOSEL 5.4 35/42] amd/amdgpu: Disable VCN DPG mode for Picasso

[PATCH AUTOSEL 5.9 18/55] drm/amdgpu: perform srbm soft reset always on SDMA resume
 2020-11-10  3:53 UTC  (5+ messages)
` [PATCH AUTOSEL 5.9 19/55] drm/amd/pm: correct the baco reset sequence for CI ASICs
` [PATCH AUTOSEL 5.9 20/55] drm/amd/pm: perform SMC reset on suspend/hibernation
` [PATCH AUTOSEL 5.9 21/55] drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
` [PATCH AUTOSEL 5.9 43/55] amd/amdgpu: Disable VCN DPG mode for Picasso

[PATCH] drivers: amdgpu: amdgpu_display.c: Fix a spelling doens\'t to doesn\'t
 2020-11-09 20:58 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: fix SI UVD firmware validate resume fail
 2020-11-09 19:41 UTC 

[PATCH] drm/amd/amdgpu: Update mmio read/write access via debugfs
 2020-11-09 15:47 UTC 

[PATCH] drm/amdgpu: fix SI UVD firmware validate resume fail
 2020-11-11 17:06 UTC  (2+ messages)

[PATCH] drm/amdgpu: update connector num_modes
 2020-11-09  5:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).