AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 17:05:56 to 2021-06-14 17:46:59 UTC [more...]

[PATCH 00/40] I2C fixes (revision 1)
 2021-06-14 17:46 UTC  (10+ messages)
` [PATCH 01/40] drm/amdgpu: add a mutex for the smu11 i2c bus (v2)
` [PATCH 02/40] drm/amdgpu/pm: rework i2c xfers on sienna cichlid (v4)
` [PATCH 03/40] drm/amdgpu/pm: rework i2c xfers on arcturus (v4)
` [PATCH 04/40] drm/amdgpu/pm: add smu i2c implementation for navi1x (v4)
` [PATCH 06/40] drm/amdgpu/ras: switch ras eeprom handling to use generic helper
` [PATCH 07/40] drm/amdgpu/ras: switch fru eeprom handling to use generic helper (v2)
` [PATCH 08/40] drm/amdgpu: i2c subsystem uses 7 bit addresses
` [PATCH 09/40] drm/amdgpu: add I2C_CLASS_HWMON to SMU i2c buses
` [PATCH 10/40] drm/amdgpu: rework smu11 i2c for generic operation

[PATCH 1/2] drm/amdgpu: unwrap fence chains in the explicit sync fence
 2021-06-14 17:45 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: rework dma_resv handling v3

[PATCH 1/3] drm/amdgpu: parameterize ttm BO destroy callback
 2021-06-14 17:40 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu: use separate ttm "
` [PATCH 3/3] drm/amdgpu: move shadow_list to amdgpu_bo_vm

[PATCH 1/5] dma-buf: fix dma_resv_test_signaled test_all handling
 2021-06-14 17:15 UTC  (13+ messages)
` [PATCH 2/5] dma-buf: some dma_fence_chain improvements
` [PATCH 3/5] dma-buf: add dma_fence_chain_alloc/free v2
` [PATCH 4/5] drm/amdgpu: unwrap fence chains in the explicit sync fence
` [PATCH 5/5] drm/amdgpu: rework dma_resv handling v2

[PATCH 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-14 15:59 UTC  (9+ messages)
` [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" "
` [PATCH v2 4/7] drm/i915/display: Add handling for new "active bpc" property
` [PATCH v2 5/7] drm/uAPI: Add "active color format" drm property as feedback for userspace

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-14 15:26 UTC  (4+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper

[PATCH] drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check
 2021-06-14 14:49 UTC  (8+ messages)

[PATCH] drm/amdkfd: avoid double alloc by ioctl_alloc and svm
 2021-06-14 13:52 UTC  (2+ messages)

[PATCH 00/24] DC Patches June 10, 2021
 2021-06-14 13:23 UTC  (26+ messages)
` [PATCH 01/24] drm/amd/display: Remove unnecessary blank lines
` [PATCH 02/24] drm/amd/display: add DMUB registers to crash dump diagnostic data
` [PATCH 03/24] drm/amd/display: add config option for eDP hotplug detection
` [PATCH 04/24] drm/amd/display: tune backlight ramping profiles
` [PATCH 05/24] drm/amd/display: dp mst detection code refactor
` [PATCH 06/24] drm/amd/display: Change swizzle visual confirm reference pipe
` [PATCH 07/24] drm/amd/display: Updated variable name
` [PATCH 08/24] drm/amd/display: [FW Promotion] Release 0.0.70
` [PATCH 09/24] drm/amd/display: 3.2.140
` [PATCH 10/24] drm/amd/display: move psr dm interface to separate files
` [PATCH 11/24] drm/amd/display: Read LTTPR caps first on hotplug
` [PATCH 12/24] drm/amd/display: Move LTTPR cap read into its own function
` [PATCH 13/24] drm/amd/display: Read LTTPR caps first on bootup
` [PATCH 14/24] drm/amd/display: Set LTTPR Transparent Mode after read link cap
` [PATCH 15/24] drm/amd/display: Always write repeater mode regardless of LTTPR
` [PATCH 16/24] drm/amd/display: Improve logic for is_lttpr_present
` [PATCH 17/24] drm/amd/display: Enforce DPCD Address ranges
` [PATCH 18/24] drm/amd/display: Rename constant
` [PATCH 19/24] drm/amd/display: 7 retries + 50 ms timeout on AUX DEFER
` [PATCH 20/24] drm/amd/display: Do not count I2C DEFERs with AUX DEFERs
` [PATCH 21/24] drm/amd/display: Partition DPCD address space and break up transactions
` [PATCH 22/24] drm/amd/display: Add interface to get Calibrated Avg Level from FIFO
` [PATCH 23/24] drm/amd/display: Cover edge-case when changing DISPCLK WDIVIDER
` [PATCH 24/24] drm/amd/display: Extend AUX timeout for DP initial reads

[PATCH v2 1/1] drm/amdgpu: remove amdgpu_vm_pt
 2021-06-14 12:31 UTC 

[PATCH 1/1] drm/amdgpu: remove amdgpu_vm_pt
 2021-06-14 12:14 UTC  (3+ messages)

[PATCH V2] treewide: Add missing semicolons to __assign_str uses
 2021-06-12 23:11 UTC  (2+ messages)

[PATCH --next] drm/amd/amdgpu: Fix kernel doc warnings
 2021-06-13 11:20 UTC 

Change how amdgpu stores fences in dma_resv objects
 2021-06-14  7:25 UTC  (26+ messages)
` [PATCH 1/7] dma-buf: some dma_fence_chain improvements
` [PATCH 2/7] dma-buf: add dma_fence_chain_alloc/free
` [PATCH 3/7] dma-buf: add dma_fence_chain_alloc/free self tests
` [PATCH 4/7] dma-buf: add dma_fence_chain_garbage_collect
` [PATCH 5/7] drm/syncobj: drop the manual garbage collection
` [PATCH 6/7] drm/amdgpu: unwrap fence chains in the explicit sync fence
` [PATCH 7/7] drm/amdgpu: rework dma_resv handling

[PATCH] drm/amdgpu: correct psp ucode arrary start address
 2021-06-12  6:05 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix circular locking on get_wave_state
 2021-06-11 19:25 UTC 

[PATCH 00/40] I2C fixes
 2021-06-11 18:06 UTC  (61+ messages)
` [PATCH 13/40] dmr/amdgpu: Add RESTART handling also to smu_v11_0_i2c (VG20)
` [PATCH 14/40] drm/amdgpu: Drop i > 0 restriction for issuing RESTART
` [PATCH 15/40] drm/amdgpu: Send STOP for the last byte of msg only
` [PATCH 16/40] drm/amd/pm: SMU I2C: Return number of messages processed
` [PATCH 17/40] drm/amdgpu/pm: ADD I2C quirk adapter table
` [PATCH 18/40] drm/amdgpu: Fix Vega20 I2C to be agnostic (v2)
` [PATCH 19/40] drm/amdgpu: Fixes to the AMDGPU EEPROM driver
` [PATCH 20/40] drm/amdgpu: EEPROM respects I2C quirks
` [PATCH 21/40] drm/amdgpu: I2C EEPROM full memory addressing
` [PATCH 22/40] drm/amdgpu: RAS and FRU now use 19-bit I2C address
` [PATCH 23/40] drm/amdgpu: Fix wrap-around bugs in RAS
` [PATCH 24/40] drm/amdgpu: I2C class is HWMON
` [PATCH 25/40] drm/amdgpu: RAS: EEPROM --> RAS
` [PATCH 26/40] drm/amdgpu: Rename misspelled function
` [PATCH 27/40] drm/amdgpu: RAS xfer to read/write
` [PATCH 28/40] drm/amdgpu: EEPROM: add explicit read and write
` [PATCH 29/40] drm/amd/pm: Extend the I2C quirk table
` [PATCH 30/40] drm/amd/pm: Simplify managed I2C transfer functions
` [PATCH 31/40] drm/amdgpu: Fix width of I2C address
` [PATCH 32/40] drm/amdgpu: Return result fix in RAS
` [PATCH 33/40] drm/amd/pm: Fix a bug in i2c_xfer
` [PATCH 34/40] drm/amdgpu: Fix amdgpu_ras_eeprom_init()
` [PATCH 35/40] drm/amdgpu: Simplify RAS EEPROM checksum calculations
` [PATCH 36/40] drm/amdgpu: Use explicit cardinality for clarity
` [PATCH 38/40] drm/amdgpu: RAS EEPROM table is now in debugfs
` [PATCH 39/40] drm/amdgpu: Fix koops when accessing RAS EEPROM
` [PATCH 40/40] drm/amdgpu: Use a single loop

[PATCH 1/1] drm/amdkfd: Disable SVM per GPU, not per process
 2021-06-11 18:00 UTC  (3+ messages)

[PATCH] drm/amd/display: add dummy PG callback for beige goby
 2021-06-11 16:55 UTC  (2+ messages)

[PATCH] drm/amdkfd: move CoherentHostAccess prop to HSA_CAPABILITY
 2021-06-11 14:32 UTC  (2+ messages)

[PATCH] drm/amd/pm: Disable SMU messages in navi10 sriov
 2021-06-11 10:51 UTC  (2+ messages)

[PATCH] drm/amd/pm: support ss metrics read on renoir
 2021-06-11 10:40 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
 2021-06-11  9:58 UTC 

[PATCH] drm/amd/pm: support ss metrics read on yellow_carp
 2021-06-10  4:32 UTC 

[PATCH] drm/amdgpu: enable support error injection broadcast to all instances
 2021-06-11  7:23 UTC  (2+ messages)

[PATCH v2 1/7] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-06-10 17:12 UTC  (3+ messages)

[PATCH 1/8] drm/amdgpu: update psp gfx i/f to support dynamic GECC
 2021-06-11  7:05 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: allow different boot configs
` [PATCH 3/8] drm/amdgpu: add helper function to query gecc status in boot config
` [PATCH 4/8] drm/amdgpu: enable dynamic GECC support (v2)
` [PATCH 5/8] drm/amdgpu: add psp runtime db structures
` [PATCH 6/8] drm/amdgpu: add helper function to query psp runtime db entry (v2)
` [PATCH 7/8] drm/amdgpu: cache psp runtime boot_cfg_bitmask in sw_int
` [PATCH 8/8] drm/amdgpu: disable DRAM memory training when GECC is enabled

[PATCH] drm/amdkfd: Add memory sync before TLB flush on unmap
 2021-06-10 19:54 UTC  (2+ messages)

[PATCH 0/4] Add "activ bpc" drm property and use it in AMD and Intel driver
 2021-06-10 14:29 UTC  (7+ messages)
` [PATCH 4/4] drm/i915/display: Add handling for new "active bpc" property

[PATCH -next] drm/amdgpu: Use DIV_ROUND_UP_ULL instead of DIV_ROUND_UP
 2021-06-10  8:41 UTC  (3+ messages)

[PATCH] drm/amd/display: Add Freesync video documentation
 2021-06-10 12:48 UTC 

amdgpu warning/crash on kernel 5.12.9
 2021-06-10  4:50 UTC 

[PATCH] drm/amdgpu: reset psp ring wptr during ring_create
 2021-06-10  7:28 UTC  (2+ messages)

[PATCH] drm/amdgpu: use adev_to_drm macro for consistency (v2)
 2021-06-10  6:57 UTC  (3+ messages)

[PATCH] drm/amdgpu: PWRBRK sequence changes for Aldebaran
 2021-06-10  6:06 UTC  (2+ messages)

[pull] amdgpu, radeon drm-fixes-5.13
 2021-06-10  3:56 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-5.14
 2021-06-10  3:16 UTC 

[PATCH] drm/amdgpu: use adev_to_drm to get drm_device
 2021-06-10  2:06 UTC  (4+ messages)

[PATCH v2 7/7] drm/connector: add ref to drm_connector_get in iter docs
 2021-06-09 21:24 UTC 

[PATCH v2 6/7] i915/display/dp: send a more fine-grained link-status uevent
 2021-06-09 21:24 UTC 

[PATCH v2 5/7] drm/probe-helper: use drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC 

[PATCH v2 4/7] amdgpu: use drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC 

[PATCH v2 3/7] drm/connector: use drm_sysfs_connector_hotplug_event
 2021-06-09 21:23 UTC 

[PATCH v2 2/7] drm/probe-helper: add drm_kms_helper_connector_hotplug_event
 2021-06-09 21:23 UTC 

[PATCH v2 0/7] drm: add per-connector hotplug events
 2021-06-09 21:23 UTC 

[PATCH] drm: display: Remove duplicated argument in dcn31
 2021-06-09 21:15 UTC  (3+ messages)

[PATCH] drm: display: Remove duplicate include in dce110
 2021-06-09 21:14 UTC  (3+ messages)

[PATCH] drm/amd/display: use ARRAY_SIZE for base60_refresh_rates
 2021-06-09 21:12 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix duplicate included clk_mgr.h
 2021-06-09 21:11 UTC  (2+ messages)

[PATCH 1/2] drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH
 2021-06-09 21:08 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_version

Important:: Action required lists.freedesktop.org
 2021-06-09 17:20 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 read-only IMAP folder(s) and NNTP newsgroup(s).