AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 03:03:33 to 2021-01-08 21:19:10 UTC [more...]

[PATCH 00/40] [Set 11] Rid W=1 warnings from GPU
 2021-01-08 21:18 UTC  (62+ messages)
` [PATCH 04/40] drm/amd/amdgpu/amdgpu_ih: Update 'amdgpu_ih_decode_iv_helper()'s function header
` [PATCH 05/40] drm/amd/amdgpu/vega20_ih: Add missing descriptions for 'ih' and fix spelling error
` [PATCH 06/40] drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0: Provide description of 'call_back_func'
` [PATCH 07/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Fix documentation for 'mpll_param'
` [PATCH 08/40] drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Fix legacy function header formatting
` [PATCH 09/40] drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: "
` [PATCH 10/40] drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix formatting and spelling issues
` [PATCH 11/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move prototype into shared header
` [PATCH 12/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix a bunch of kernel-doc formatting issues
` [PATCH 13/40] drm/amd/display/dc/basics/conversion: Demote obvious kernel-doc abuse
` [PATCH 14/40] drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment blocks
` [PATCH 15/40] drm/amd/display/dc/bios/command_table_helper: Fix kernel-doc formatting
` [PATCH 16/40] drm/amd/display/dc/bios/command_table_helper2: Fix legacy formatting problems
` [PATCH 17/40] drm/amd/display/dc/bios/bios_parser: Make local functions static
` [PATCH 18/40] drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formatting
` [PATCH 19/40] drm/amd/display/dc/bios/command_table: Remove unused variable
` [PATCH 21/40] drm/amd/display/dc/calcs/dce_calcs: Remove unused variables 'v_filter_init_mode' and 'sclk_lvl'
` [PATCH 22/40] drm/amd/display/dc/bios/bios_parser2: Fix some formatting issues and missing parameter docs
` [PATCH 23/40] drm/amd/display/dc/dce/dce_audio: Make function invoked by reference static
` [PATCH 24/40] drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'
` [PATCH 25/40] drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference static
` [PATCH 26/40] drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy function headers
` [PATCH 27/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix worthy function headers, demote barely documented one
` [PATCH 28/40] drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variables
` [PATCH 29/40] drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load_iram'
` [PATCH 30/40] drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file it's used in
` [PATCH 31/40] drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by reference static
` [PATCH 32/40] drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'
` [PATCH 34/40] drm/amd/display/dc/bios/bios_parser: Fix misspelling of function parameter
` [PATCH 35/40] drm/amd/display/dc/bios/command_table: Remove unused variable and associated comment
` [PATCH 36/40] drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference static
` [PATCH 37/40] drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions static
` [PATCH 38/40] drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' and 'pwm_period_cntl'
` [PATCH 39/40] drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headers
` [PATCH 40/40] drm/amd/display/dc/gpio/hw_factory: Delete unused function 'dal_hw_factory_destroy'

[PATCH] drm/amdgpu/display: actually execute the atom command table in adjust_display_pll_v2
 2021-01-08 21:01 UTC 

[PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees
 2021-01-08 20:52 UTC  (3+ messages)

AMDGPU VCE 1: some info needed
 2021-01-08 20:00 UTC  (5+ messages)

[PATCH] drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)
 2021-01-08 18:16 UTC  (2+ messages)

[PATCH 00/35] Add HMM-based SVM memory manager to KFD
 2021-01-08 17:56 UTC  (40+ messages)
` [PATCH 08/35] drm/amdgpu: add common HMM get pages function
` [PATCH 12/35] drm/amdgpu: export vm update mapping interface
` [PATCH 15/35] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 17/35] drm/amdkfd: register HMM device private zone
` [PATCH 18/35] drm/amdkfd: validate vram svm range from TTM
` [PATCH 19/35] drm/amdkfd: support xgmi same hive mapping
` [PATCH 20/35] drm/amdkfd: copy memory through gart table
` [PATCH 21/35] drm/amdkfd: HMM migrate ram to vram
` [PATCH 22/35] drm/amdkfd: HMM migrate vram to ram
` [PATCH 23/35] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 24/35] drm/amdkfd: page table restore through svm API
` [PATCH 25/35] drm/amdkfd: SVM API call to restore page tables
` [PATCH 26/35] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 27/35] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 28/35] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 29/35] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 30/35] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 31/35] drm/amdgpu: reserve fence slot to update page table
` [PATCH 32/35] drm/amdgpu: enable retry fault wptr overflow
` [PATCH 33/35] drm/amdkfd: refine migration policy with xnack on
` [PATCH 34/35] drm/amdkfd: add svm range validate timestamp
` [PATCH 35/35] drm/amdkfd: multiple gpu migrate vram to vram

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2021-01-08 16:49 UTC  (16+ messages)
` [PATCH v3 01/12] drm: Add dummy page per device or GEM object

[PATCH] drm/amdgpu/display: fix build with CONFIG_DRM_AMD_DC_DCN disabled
 2021-01-08 16:43 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()
 2021-01-08 16:31 UTC 

[PATCH 1/2] drm/radeon: stop re-init the TTM page pool
 2021-01-08 15:53 UTC  (6+ messages)

[PATCH 1/1] drm/amdgpu: cleanup vce,vcn,uvd ring selftests
 2021-01-08 15:42 UTC  (8+ messages)
` [PATCH v2 "

[PATCH v2] drm/amdgpu:Limit the resolution for virtual_display
 2021-01-08 15:14 UTC  (3+ messages)

[PATCH 0/3] Revert "drm/amd/display: Expose new CRC window property" and changes associated with this commit
 2021-01-08 14:43 UTC  (7+ messages)
` [PATCH 1/3] Revert "drm/amd/display: Fix unused variable warning"
` [PATCH 2/3] Revert "drm/amdgpu/disply: fix documentation warnings in display manager"
` [PATCH 3/3] Revert "drm/amd/display: Expose new CRC window property"

[PATCH] drm/amdgpu: fix issue when 2 ring job timeout
 2021-01-08 12:17 UTC  (2+ messages)

[PATCH 0/7] implement the processor fine grain feature for vangogh
 2021-01-08 10:59 UTC  (13+ messages)
` [PATCH 1/7] drm/amd/pm: remove vcn/jpeg powergating feature checking "
` [PATCH 2/7] drm/amd/pm: enhance the real response for smu message
` [PATCH 3/7] drm/amd/pm: clean up get_allowed_feature_mask function
` [PATCH 4/7] drm/amd/pm: initial feature_enabled/feature_support bitmap for vangogh
` [PATCH 5/7] drm/amd/pm: don't mark all apu as true on feature mask
` [PATCH 6/7] drm/amd/pm: implement the processor clocks which read by metric
` [PATCH 7/7] drm/amd/pm: implement processor fine grain feature for vangogh

[PATCH] Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
 2021-01-08 10:58 UTC  (2+ messages)

[PATCH] drm/amdgpu: don't limit gtt size on apus
 2021-01-08  9:27 UTC  (15+ messages)

[PATCH v3 0/8] drm: Move struct drm_device.pdev to legacy
 2021-01-08  9:02 UTC  (15+ messages)
` [PATCH v3 1/8] drm/amdgpu: Fix trailing whitespaces
` [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH v3 3/8] drm/hibmc: "
` [PATCH v3 4/8] drm/i915: "
` [PATCH v3 5/8] drm/i915/gt: "
` [PATCH v3 6/8] drm/i915/gvt: "
` [PATCH v3 7/8] drm/nouveau: "
` [PATCH v3 8/8] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
      ` [kbuild-all] "

[PATCH] amdgpu/sriov Stop data exchange for wholegpu reset
 2021-01-08  3:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VF
 2021-01-08  1:44 UTC  (2+ messages)

[PATCH] drm: Check actual format for legacy pageflip
 2021-01-07 22:51 UTC  (12+ messages)

[PATCH] Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
 2021-01-07 22:15 UTC  (2+ messages)

[PATCH 2/2] drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH
 2021-01-07 19:43 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Do not change amdgpu framebuffer format during page flip
 2021-01-07 17:38 UTC  (4+ messages)

[PATCH 5.10 01/20] Revert "drm/amd/display: Fix memory leaks in S3 resume"
 2021-01-07 14:33 UTC 

[PATCH 5.4 01/13] Revert "drm/amd/display: Fix memory leaks in S3 resume"
 2021-01-07 14:33 UTC 

[PATCH 1/3] drm/amdgpu: Add new mode 2560x1440
 2021-01-07 10:38 UTC  (8+ messages)
` [PATCH 3/3] drm/amdgpu:Limit the resolution for virtual_display

[pull] amdgpu drm-fixes-5.11
 2021-01-07  9:04 UTC  (2+ messages)

[PATCH v2] drm/amdgpu/psp: fix psp gfx ctrl cmds
 2021-01-07  6:38 UTC  (3+ messages)

radeon kernel driver not suppressing ACPI_VIDEO_NOTIFY_PROBE events when it should
 2021-01-06 22:32 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