AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-08 18:29:17 to 2020-12-13 22:53:35 UTC [more...]

[PATCH 0/8] amdgpu, pci: improved BAR resizing support
 2020-12-13 22:53 UTC  (6+ messages)
` [PATCH 1/8] pci: export pci_rebar_get_possible_sizes
` [PATCH 3/8] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v4)
` [PATCH 5/8] pci: allow for overriding the list of advertised BAR sizes
` [PATCH 7/8] amdgpu: implement a BAR size quirks list
` [PATCH 8/8] amdgpu: add a BAR size quirk for Sapphire RX 5600 XT Pulse

[PATCH 01/27] drm/amdgpu: add amdgpu_ih_regs structure
 2020-12-12 15:46 UTC  (27+ messages)
` [PATCH 02/27] drm/amdgpu: add helper to init ih ring regs for vega10
` [PATCH 03/27] drm/amdgpu: add helper to enable an ih ring "
` [PATCH 04/27] drm/amdgpu: add helper to toggle ih ring interrupts "
` [PATCH 05/27] drm/amdgpu: switch to ih_init_register_offset "
` [PATCH 06/27] drm/amdgpu: switch to ih_toggle_interrupts "
` [PATCH 07/27] drm/amdgpu: switch to ih_enable_ring "
` [PATCH 08/27] drm/amdgpu: use cached ih rb control reg offsets "
` [PATCH 09/27] drm/amdgpu: correct ih cg programming for vega10 ih block
` [PATCH 10/27] drm/amdgpu: add helper to init ih ring regs for navi10
` [PATCH 11/27] drm/amdgpu: add helper to enable an ih ring "
` [PATCH 12/27] drm/amdgpu: add helper to toggle ih ring interrupts "
` [PATCH 13/27] drm/amdgpu: switch to ih_init_register_offset "
` [PATCH 14/27] drm/amdgpu: switch to ih_toggle_interrupts "
` [PATCH 15/27] drm/amdgpu: switch to ih_enable_ring "
` [PATCH 16/27] drm/amdgpu: use cached ih rb control reg offsets "
` [PATCH 17/27] drm/amdgpu: add a helper function to decode iv
` [PATCH 18/27] drm/amdgpu: switch to common decode iv helper
` [PATCH 19/27] drm/amdgpu: add osssys v4_2 ip headers (v2)
` [PATCH 20/27] drm/amdgpu: create vega20 ih blocks
` [PATCH 21/27] drm/amdgpu: reroute vmc/utcl2 interrupts to ih ring 1 for arcturus
` [PATCH 22/27] drm/amdgpu: switch to vega20 ih block for vega20/arcturus
` [PATCH 23/27] drm/amdgpu: retire the vega20 code path from navi10 ih block
` [PATCH 24/27] drm/amdgpu: correct ih_chicken programming for vega10/vega20 ih blocks
` [PATCH 25/27] drm/amdgpu: drop arcturus IH_CHICKEN programming from vega10 ih block
` [PATCH 26/27] drm/amdgpu: drop ih reroute function from psp v11
` [PATCH 27/27] drm/amdgpu: don't create ih ring 1 and ring 2 for APU

[PATCH 0/1] Timeout handler now returns a value
 2020-12-11 22:16 UTC  (9+ messages)
` [PATCH 1/1] drm/scheduler: Job timeout handler returns status (v2)

[PATCH] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM
 2020-12-11 19:48 UTC  (7+ messages)

[PATCH] drm/amd/display: Fixed kernel test robot warning
 2020-12-11 19:32 UTC 

[PATCH 0/7] amdgpu, pci: improved BAR resizing support
 2020-12-11 19:06 UTC  (13+ messages)
` [PATCH 1/7] pci: export PCI BAR size-reading functions
` [PATCH 2/7] pci: add BAR bytes->size helper & expose size->bytes helper
` [PATCH 3/7] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v2)
` [PATCH 4/7] amdgpu: module option controlling whether BAR0 resizing is done
` [PATCH 5/7] amdgpu: limit maximum FB BAR size when attempting to enlarge
` [PATCH 6/7] pci: allow for overriding the list of advertised BAR sizes
` [PATCH 7/7] amdgpu: allow overriding of the GPU's list of supported "

[PATCH 0/3] Experimental freesync video mode optimization
 2020-12-11 18:31 UTC  (14+ messages)
` [PATCH 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH 2/3] drm/amd/display: Add freesync video modes based on preferred modes
` [PATCH 3/3] drm/amd/display: Skip modeset for front porch change

8353d30e747f ("drm/amd/display: disable stream if pixel clock changed with link active")
 2020-12-11 15:55 UTC 

[PATCH] drm/amdgpu: skip vram operation for BAMACO runtime
 2020-12-11 14:55 UTC  (2+ messages)

[V2] drm/amdgpu: add judgement for suspend/resume sequence
 2020-12-11 14:52 UTC  (2+ messages)

[PATCH v2 0/3] Experimental freesync video mode optimization
 2020-12-14 20:57 UTC  (15+ messages)
` [PATCH v2 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v2 2/3] drm/amd/display: Add freesync video modes based on preferred modes
` [PATCH v2 3/3] drm/amd/display: Skip modeset for front porch change

[bug report] drm/amd/display: Implement VSIF V3 extended refresh rate feature
 2020-12-11 10:23 UTC 

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-10 22:52 UTC  (11+ messages)

[PATCH] drm/amdgpu/sdma5.2: soft reset sdma blocks before setup and start sdma
 2020-12-11  6:46 UTC  (3+ messages)

[PATCH 1/7] drm/amdgpu: split BOCO and ATPX handling
 2020-12-11  2:21 UTC  (9+ messages)
` [PATCH 2/7] drm/amdgpu: add check for ACPI power resources
` [PATCH 3/7] drm/amdgpu: update amdgpu_device_supports_boco()
` [PATCH 4/7] drm/amdgpu: support runtime pm for GPUs that support BOCO
` [PATCH 5/7] drm/amdgpu: no need to call pci_ignore_hotplug for _PR3
` [PATCH 6/7] drm/amdgpu: simplify logic in atpx resume handling
` [PATCH 7/7] drm/amdgpu: print what method we are using for runtime pm

[PATCH 1/3] drm/amdgpu: check number of gfx ring before init cp gfx
 2020-12-10 18:17 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: remove unnecessary asic type check
` [PATCH 3/3] drm/amdgpu: check gfx pipe availability before toggling its interrupts

[PATCH] drm/amdgpu: take runtime pm reference when we attach a buffer
 2020-12-10 17:49 UTC  (8+ messages)

[PATCH] drm/amd/pm: add deep sleep control for uclk and fclk
 2020-12-10 15:21 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pm: correct the data structure for activity monitor coeff exchange
 2020-12-10 15:20 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/pm: update the data strucutre for SMU metrics exchange

[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-10 14:25 UTC  (9+ messages)
` [PATCH v2 09/20] drm/i915: Remove references to struct drm_device.pdev
` [PATCH v2 13/20] drm/nouveau: "

[PATCH] amdgpu: don't treat BAR resize failure due to unsupported requested size as an error
 2020-12-10 10:04 UTC  (2+ messages)

[PATCH] drm/amdgpu: Return -EINVAL when whole gpu reset happened
 2020-12-10  9:40 UTC  (5+ messages)

[pull] amdgpu drm-next-5.11
 2020-12-10  4:53 UTC 

[PATCH] drm/amdgpu: remove leftover function declaration
 2020-12-10  4:14 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-fixes-5.10
 2020-12-10  3:48 UTC 

Recall: [PATCH 5/5] drm/amd/pm: fulfill sienna cichlid 2nd usb2.0 port workaround
 2020-12-10  2:44 UTC 

[PATCH 1/5] drm/amd/pm: correct the gpo control for sienna cichlid
 2020-12-10  2:40 UTC  (7+ messages)
` [PATCH 2/5] drm/amd/pm: expose the firmware_capability from firmware_info table
` [PATCH 3/5] drm/amdgpu: new macro for determining 2ND_USB20PORT support
` [PATCH 4/5] drm/amd/pm: new SMC message for 2nd usb2.0 port workaround
` [PATCH 5/5] drm/amd/pm: fulfill sienna cichlid "

[PATCH] drm/amd/pm: typo fix (CUSTOM -> COMPUTE)
 2020-12-09 14:25 UTC  (2+ messages)

[PATCH] drm/amd/pm: fulfill the sienna cichlid UMD PSTATE profiling clocks
 2020-12-09 14:17 UTC  (2+ messages)

[PATCH] drm/amdkfd: correct pipe offset calculation
 2020-12-09 13:40 UTC  (2+ messages)

[PATCH v3 6/7] drm: Validate encoder->possible_crtcs
 2020-12-09 13:17 UTC  (6+ messages)

[PATCH v2 1/2] drm/amd/pm: update the smu v11.5 smc header for vangogh
 2020-12-09 13:13 UTC  (4+ messages)
` [PATCH v2 2/2] drm/amd/pm: inform SMU RLC status thus enable/disable DPM feature "

[PATCH v2] [PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-09 10:12 UTC  (5+ messages)

[PATCH] drm/amdgpu/display: move link_bandwidth_kbps under CONFIG_DRM_AMD_DC_DCN
 2020-12-09  6:36 UTC  (3+ messages)

[PATCH 1/6] drm/amd/pm: correct the gpo control for sienna cichlid
 2020-12-09  4:20 UTC  (4+ messages)
` [PATCH 5/6] drm/amd/pm: wrapper for applying 2nd usb2.0 port workaround

[PATCH] drm/amdgpu: add judgement for suspend/resume sequence
 2020-12-09  3:14 UTC  (2+ messages)

[PATCH] drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven
 2020-12-09  2:49 UTC  (3+ messages)

[PATCH 2/2] drm/amd/display: add cursor pitch check
 2020-12-08 21:11 UTC  (6+ messages)

[PATCH 1/1] drm/amdgpu: clean up bo in vce and vcn test
 2020-12-08 19:39 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 00/13] DC Patches December 14th, 2020
 2020-12-08 19:28 UTC  (14+ messages)
` [PATCH 01/13] drm/amd/display: Change pstate expected timeout warning to 180us on linux
` [PATCH 02/13] drm/amd/display: Add missing DP_SEC register definitions and masks
` [PATCH 03/13] drm/amd/display: HP Reverb G2 VR fails to light up
` [PATCH 04/13] drm/amd/display: Fix to be able to stop crc calculation
` [PATCH 05/13] drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header
` [PATCH 06/13] drm/amd/display: Add DP info frame update for dcn30
` [PATCH 07/13] drm/amd/display: delay fp2 programming until vactive before lock
` [PATCH 08/13] drm/amd/display: updated wm table for Renoir
` [PATCH 09/13] drm/amd/display: Only update FP2 for full updates
` [PATCH 10/13] drm/amd/display: Fix OGAM LUT calculation precision
` [PATCH 11/13] drm/amd/display: Fix cleanup typo in MPCC visual confirm
` [PATCH 12/13] drm/amd/display: [FW Promotion] Release 0.0.46
` [PATCH 13/13] drm/amd/display: 3.2.116

[PATCH] drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
 2020-12-08 19:16 UTC  (10+ messages)

[PATCH 1/1] drm/amdkfd: Fix leak in dmabuf import
 2020-12-08 18:35 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