amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 15:09:51 to 2020-12-02 19:11:01 UTC [more...]

[PATCH v2 5/8] drm/amdgpu: Refactor sysfs removal
 2020-12-02 18:40 UTC  (16+ messages)

[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-12-02 16:03 UTC  (10+ messages)
` [PATCH 09/15] drm/nouveau: Remove references to struct drm_device.pdev
` [PATCH 14/15] drm/vmwgfx: "

[PATCH] tests/amdgpu: Fix a typo
 2020-12-02 15:44 UTC  (3+ messages)

[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-02 14:28 UTC  (32+ messages)
` [PATCH v2 01/20] drm/amdgpu: Fix trailing whitespaces
` [PATCH v2 02/20] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH v2 03/20] drm/ast: "
` [PATCH v2 04/20] drm/bochs: "
` [PATCH v2 05/20] drm/cirrus: "
` [PATCH v2 06/20] drm/gma500: Fix trailing whitespaces
` [PATCH v2 07/20] drm/gma500: Remove references to struct drm_device.pdev
` [PATCH v2 08/20] drm/hibmc: "
` [PATCH v2 09/20] drm/i915: "
` [PATCH v2 10/20] drm/i915/gt: "
` [PATCH v2 11/20] drm/i915/gvt: "
` [PATCH v2 12/20] drm/mgag200: "
` [PATCH v2 13/20] drm/nouveau: "
` [PATCH v2 14/20] drm/qxl: "
` [PATCH v2 15/20] drm/radeon: Fix trailing whitespaces
` [PATCH v2 16/20] drm/radeon: Remove references to struct drm_device.pdev
` [PATCH v2 17/20] drm/vboxvideo: "
` [PATCH v2 18/20] drm/virtgpu: "
` [PATCH v2 19/20] drm/vmwgfx: "
` [PATCH v2 20/20] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev

[PATCH 0/2] Fix some kernel-doc markups with wrong identifiers
 2020-12-02  8:45 UTC  (3+ messages)
` [PATCH 2/2] drm: amdgpu: fix a kernel-doc markup

[PATCH 1/4] drm/amdgpu/swsmu: add metrics enums for voltage
 2020-12-02  5:26 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu/swsmu/vangogh: simplify sensor handling
` [PATCH 3/4] drm/amdgpu/swsmu/vangogh: use metrics table for voltages (v2)
` [PATCH 4/4] drm/amdgpu/swsmu/renoir: simplify sensor handling (v2)

[PATCH 1/5] drm/amdgpu/powerplay/vega10: handle error in getting pptable
 2020-12-02  2:14 UTC  (10+ messages)
` [PATCH 2/5] drm/amdgpu/powerplay/psm: return an error in power state init
` [PATCH 3/5] drm/amdgpu/swsmu/vangogh: simplify sensor handling
` [PATCH 4/5] drm/amdgpu/swsmu/vangogh: use metrics table for voltages
` [PATCH 5/5] drm/amdgpu/swsmu/renoir: simplify sensor handling

[PATCH 1/3] drm/amdgpu/swsmu/navi1x: simplify sensor handling
 2020-12-02  1:49 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu/swsmu/arcturus: "
` [PATCH 3/3] drm/amdgpu/swsmu/sienna_cichlid: "

[PATCH] drm/amdgpu/powerplay: set the smu fan control cap for CI asics
 2020-12-02  1:46 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/sdma5.0: enable ctxempty interrupt
 2020-12-01 23:18 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu/sdma5.2: "

[PATCH 00/40] [Set 10] Rid W=1 warnings from GPU
 2020-12-01 19:41 UTC  (78+ messages)
` [PATCH 01/40] drm/amd/pm/powerplay/smumgr/tonga_smumgr: Remove set but unused variable 'res'
` [PATCH 02/40] drm/amd/pm/powerplay/smumgr/polaris10_smumgr: Make function called by reference static
` [PATCH 03/40] drm/amd/pm/powerplay/smumgr/ci_smumgr: Remove set but unused variable 'res'
` [PATCH 04/40] drm/amd/pm/powerplay/smumgr/iceland_smumgr: Make function called by reference static
` [PATCH 05/40] drm/amd/pm/powerplay/smumgr/vegam_smumgr: "
` [PATCH 06/40] drm/amd/pm/powerplay/smumgr/smu9_smumgr: Include our own header containing our prototypes
` [PATCH 07/40] drm/amd/pm/powerplay/smumgr/fiji_smumgr: Demote kernel-doc format abuse
` [PATCH 08/40] drm/amd/pm/powerplay/hwmgr/hardwaremanager: Remove unused 'phm_set_*()' functions
` [PATCH 09/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'smu8_init_function_pointers()' prototype to shared header
` [PATCH 10/40] drm/amd/pm/inc/pp_thermal: Mark 'SMU7Thermal{WithDelay}Policy' as __maybe_unused
` [PATCH 11/40] drm/amd/pm/powerplay/hwmgr/ppevvmath: Place variable declaration under same clause as its use
` [PATCH 12/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Remove unused variable 'fPowerDPMx'
` [PATCH 13/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'smu7_init_function_pointers()'s prototype to header
` [PATCH 14/40] drm/amd/pm/powerplay/hwmgr/ppatomfwctrl: Demote kernel-doc formatting abuses
` [PATCH 16/40] drm/amd/pm/powerplay/smumgr/iceland_smumgr: Remove unused variable 'res'
` [PATCH 17/40] drm/amd/pm/powerplay/hwmgr/hardwaremanager: Fix function header related formatting issues
` [PATCH 18/40] drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0: Convert to proper kernel-doc format
` [PATCH 19/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Fix a myriad of kernel-doc issues
` [PATCH 20/40] drm/amd/pm/powerplay/hwmgr/vega10_processpptables: Make function invoked by reference static
` [PATCH 21/40] drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix a whole bunch of historical function doc issues
` [PATCH 23/40] drm/amd/pm/powerplay/hwmgr/smu7_thermal: Repair formatting in a bunch of function docs
` [PATCH 24/40] drm/amd/pm/powerplay/hwmgr/vega10_thermal: Fix a bunch of dated function doc formatting
` [PATCH 26/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'vega12_hwmgr_init()'s prototype to shared header
` [PATCH 27/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move 'vega20_hwmgr_init()'s "
` [PATCH 28/40] drm/amd/pm/powerplay/hwmgr/smu_helper: Demote or fix kernel-doc headers
` [PATCH 29/40] drm/amd/pm/powerplay/hwmgr/vega20_thermal: Fix some outdated function documentation
` [PATCH 30/40] drm/amd/pm/powerplay/hwmgr/vega12_thermal: "
` [PATCH 31/40] drm/amd/pm/powerplay/kv_dpm: Remove unused variable 'ret'
` [PATCH 32/40] drm/amd/display/amdgpu_dm/amdgpu_dm: Mark 'link_bandwidth_kbps' as __maybe_unused
` [PATCH 33/40] drm/amd/display/dc/inc/hw/dpp: Mark 'dpp_input_csc_matrix' "
` [PATCH 34/40] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Use 'gnu_printf' format notation
` [PATCH 35/40] drm/amd/display/amdgpu_dm/amdgpu_dm_color: Demote a misuse and fix another kernel-doc header
` [PATCH 36/40] drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Mark local functions invoked by reference as static
` [PATCH 37/40] drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu: Remove unused function 'pp_nv_set_pme_wa_enable()'
` [PATCH 38/40] drm/amd/display/dc/basics/conversion: Include header containing our prototypes
` [PATCH 39/40] drm/amd/display/dc/basics/fixpt31_32: Remove unused variable 'dc_fixpt_pi'
` [PATCH 40/40] drm/amd/display/dc/basics/vector: Make local function 'dal_vector_presized_costruct' static

[PATCH] drm/amd/pm: invalidate hdp before CPU access the memory written by GPU
 2020-12-01 15:47 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (10+ messages)

[amdgpu] Is it possible to disable page tables and use the physical address directly in amdgpu
 2020-12-01 12:06 UTC  (4+ messages)

[PATCH] drm/amdgpu/pm/smu11: Fix fan set speed bug
 2020-12-01  6:10 UTC 

[PATCH] drm/amdgpu/swsmu/vangogh: return error if fetching metrics fails
 2020-12-01  2:00 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay: return an error of copying to smc fails
 2020-12-01  1:59 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay/ci: return an error of copying to smc fails
 2020-12-01  1:59 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay/iceland: return an error if copying to smc fails
 2020-12-01  1:59 UTC  (2+ messages)

[PATCH] drm/amdgpu: enable AGP aperture on gmc10.x
 2020-12-01  1:58 UTC  (4+ messages)

[PATCH] drm/amdgpu: enable AGP aperture on gmc10.x (v2)
 2020-12-01  1:56 UTC  (2+ messages)

[PATCH] drm/amdgpu/display: move link_bandwidth_kbps under CONFIG_DRM_AMD_DC_DCN
 2020-11-30 23:58 UTC 

[PATCH 00/40] [Set 9] Rid W=1 warnings from GPU
 2020-11-30 23:03 UTC  (75+ messages)
` [PATCH 02/40] drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptions
` [PATCH 04/40] drm/amd/amdgpu/iceland_ih: Add missing function param descriptions for 'ih' and 'entry'
` [PATCH 05/40] drm/amd/amdgpu/tonga_ih: Provide some missing "
` [PATCH 06/40] drm/amd/amdgpu/cz_ih: Add missing function param "
` [PATCH 07/40] drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' static
` [PATCH 09/40] drm/amd/amdgpu/vega10_ih: Add descriptions for 'ih' and 'entry'
` [PATCH 10/40] drm/amd/amdgpu/navi10_ih: "
` [PATCH 11/40] drm/amd/amdgpu/psp_v11_0: Make local function 'psp_v11_0_wait_for_bootloader()' static
` [PATCH 12/40] drm/amd/amdgpu/dce_v10_0: Supply description for function param 'async'
` [PATCH 13/40] drm/amd/amdgpu/dce_v11_0: "
` [PATCH 14/40] drm/amd/amdgpu/gfx_v9_0: Make called-by-reference only function static
` [PATCH 15/40] drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headers
` [PATCH 16/40] drm/amd/amdgpu/gfx_v10_0: Remove a bunch of set but unused variables
` [PATCH 17/40] drm/amd/amdgpu/sdma_v2_4: Fix a bunch of kernel-doc function documentation issues
` [PATCH 18/40] drm/amd/amdgpu/sdma_v3_0: "
` [PATCH 19/40] drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issue
` [PATCH 20/40] drm/amd/amdgpu/uvd_v5_0: Fix a bunch of kernel-doc function documentation issues
` [PATCH 21/40] drm/amd/amdgpu/sdma_v4_0: Repair a bunch of kernel-doc problems
` [PATCH 22/40] drm/amd/amdgpu/amdgpu_uvd: Fix some function documentation headers
` [PATCH 23/40] drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function params
` [PATCH 24/40] drm/amd/amdgpu/sdma_v5_2: "
` [PATCH 25/40] drm/amd/amdgpu/amdgpu_vce: "
` [PATCH 26/40] drm/amd/amdgpu/uvd_v6_0: Fix a bunch of kernel-doc function documentation issues
` [PATCH 27/40] drm/amd/amdgpu/uvd_v7_0: "
` [PATCH 28/40] drm/amd/amdgpu/gfx_v10_0: Make local function 'gfx_v10_0_rlc_stop()' static
` [PATCH 29/40] drm/amd/amdgpu/vcn_v1_0: Fix a few kernel-doc misdemeanours
` [PATCH 30/40] drm/amd/amdgpu/jpeg_v1_0: Add some missing function param descriptions
` [PATCH 31/40] drm/amd/amdgpu/jpeg_v2_0: Add some missing kernel-doc descriptions
` [PATCH 32/40] drm/amd/amdgpu/vcn_v2_0: Fix a few kernel-doc misdemeanours
` [PATCH 33/40] drm/amd/amdgpu/vcn_v3_0: Remove unused variable 'direct_poll' from 'vcn_v3_0_start_sriov()'
` [PATCH 34/40] drm/amd/amdgpu/amdgpu_acp: Fix doc-rot issues pertaining to a couple of 'handle' params
` [PATCH 35/40] drm/amd/pm/swsmu/smu11/vangogh_ppt: Make local function 'vangogh_set_default_dpm_tables()' static
` [PATCH 36/40] drm/amd/pm/inc/smu_v11_0: Mark 'smu11_thermal_policy' as __maybe_unused
` [PATCH 37/40] drm/amd/pm/swsmu/smu12/renoir_ppt: Demote kernel-doc formatting abuse
` [PATCH 38/40] drm/amd/pm/swsmu/smu11/navi10_ppt: Remove unused 'struct i2c_algorithm navi10_i2c_algo'
` [PATCH 39/40] drm/amd/pm/powerplay/smumgr/fiji_smumgr: Remove unused variable 'result'
` [PATCH 40/40] drm/amd/amdgpu/amdgpu_uvd: Add description for amdgpu_uvd_cs_msg_decode()'s 'buf_sizes' param

[PATCH] drm/amdkfd: keep BOs in system memory if restore failed
 2020-11-30 22:54 UTC  (2+ messages)

[PATCH] drm/amdkfd: keep BOs in system memory if restore failed
 2020-11-30 21:44 UTC 

[PATCH] drm/amdgpu: default noretry=0 for navi1x and newer (v2)
 2020-11-30 20:30 UTC  (3+ messages)

[PATCH] drm/amdgpu: default noretry=0 for navi1x and newer
 2020-11-30 19:47 UTC  (3+ messages)

[PATCH v3] drm/amd/amdgpu: set the default value of noretry to 1 for some dGPUs
 2020-11-30 19:31 UTC  (6+ messages)

[PATCH] drm/amdgpu: fix compiler warnings
 2020-11-30 14:41 UTC  (2+ messages)

[PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
 2020-11-30 14:15 UTC  (13+ messages)

[PATCH] drm/amdgpu/display: remove trailing semicolon in macro definition
 2020-11-30  8:00 UTC  (2+ messages)

[PATCH v3] drm/amd/display: turn DPMS off on mst connector unplug
 2020-11-27 16:00 UTC  (3+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-27 15:34 UTC  (8+ messages)
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-27 15:09 UTC  (7+ messages)


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