AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 12:46:26 to 2021-06-08 21:41:16 UTC [more...]

[PATCH 00/40] I2C fixes
 2021-06-08 21:39 UTC  (34+ 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 (v3)
` [PATCH 03/40] drm/amdgpu/pm: rework i2c xfers on arcturus (v3)
` [PATCH 04/40] drm/amdgpu/pm: add smu i2c implementation for navi1x (v3)
` [PATCH 05/40] drm/amdgpu: add new helper for handling EEPROM i2c transfers
` [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 11/40] drm/amdgpu: only set restart on first cmd of the smu i2c transaction
` [PATCH 12/40] drm/amdgpu: Remember to wait 10ms for write buffer flush v2
` [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 33/40] drm/amd/pm: Fix a bug in i2c_xfer
` [PATCH 35/40] drm/amdgpu: Simplify RAS EEPROM checksum calculations

[PATCH] drm/amd/display: Fix overlay validation by considering cursors
 2021-06-08 19:50 UTC  (11+ messages)

[PATCH 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-08 17:43 UTC  (8+ messages)
` [PATCH v2 1/7] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
` [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH v2 3/7] drm/amd/display: Add handling for new "active bpc" property
` [PATCH v2 4/7] drm/i915/display: "
` [PATCH v2 5/7] drm/uAPI: Add "active color format" drm property as feedback for userspace
` [PATCH v2 6/7] drm/amd/display: Add handling for new "active color format" property
` [PATCH v2 7/7] drm/i915/display: "

[PATCH 0/4] Add "activ bpc" drm property and use it in AMD and Intel driver
 2021-06-08 17:19 UTC  (11+ messages)
` [PATCH 2/4] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH 4/4] drm/i915/display: Add handling for new "active bpc" property

[PATCH v3 1/1] drm/amdkfd: use allowed domain for vmbo validation
 2021-06-08 16:19 UTC  (3+ messages)

[PATCH v2 1/1] drm/amdkfd: use allowed domain for vmbo validation
 2021-06-08 15:58 UTC  (5+ messages)

[PATCH] drm/amd/display: Fix build break
 2021-06-08 15:38 UTC  (2+ messages)

[PATCH V2] drm/amd/pm: correct the power limits reporting on OOB supported
 2021-06-08 15:27 UTC  (2+ messages)

[PATCH v6 1/9] drm/amd/pm: Add u64 throttler status field to gpu_metrics
 2021-06-08 15:08 UTC  (9+ messages)
` [PATCH v6 2/9] drm/amd/pm: Add ASIC independent throttle bits
` [PATCH v6 3/9] drm/amd/pm: Add common throttler translation func
` [PATCH v6 4/9] drm/amd/pm: Add arcturus throttler translation
` [PATCH v6 5/9] drm/amd/pm: Add navi1x "
` [PATCH v6 6/9] drm/amd/pm: Add sienna cichlid "
` [PATCH v6 7/9] drm/amd/pm: Add vangogh "
` [PATCH v6 8/9] drm/amd/pm: Add renoir "
` [PATCH v6 9/9] drm/amd/pm: Add aldebaran "

[PATCH] drm/radeon: Always call radeon_suspend_kms() in radeon_pci_shutdown()
 2021-06-08 14:54 UTC  (3+ messages)

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-08 14:33 UTC  (12+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper
` [RFC PATCH v2 2/8] mm: remove extra ZONE_DEVICE struct page refcount
` [RFC PATCH v2 3/8] kernel: resource: lookup_resource as exported symbol
` [RFC PATCH v2 4/8] drm/amdkfd: add SPM support for SVM
` [RFC PATCH v2 5/8] drm/amdkfd: generic type as sys mem on migration to ram
` [RFC PATCH v2 6/8] include/linux/mm.h: helpers to check zone device generic type
` [RFC PATCH v2 7/8] mm: add generic type support to migrate_vma helpers
` [RFC PATCH v2 8/8] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH] drm/amdgpu: Use PSP to program IH_RB_CNTL_RING1/2 on SRIOV
 2021-06-08 14:08 UTC  (13+ messages)
                      ` 回复: "

[PATCH 00/30] DC Patches June, 7, 2021
 2021-06-08 14:00 UTC  (32+ messages)
` [PATCH 01/30] drm/amd/display: Trigger full update after DCC on/off
` [PATCH 02/30] drm/amd/display: Enabling PSR support for multiple panels
` [PATCH 03/30] drm/amd/display: delay 100ms before restart after failing to read CP_IRQ
` [PATCH 04/30] drm/amd/display: Fix DCN 3.01 DSCCLK validation
` [PATCH 05/30] drm/amd/display: Control power gating by driver
` [PATCH 06/30] drm/amd/display: Refactor visual confirm
` [PATCH 07/30] drm/amd/display: add visual confirm colors to differentiate layer_index > 0
` [PATCH 08/30] drm/amd/display: Revert "Fix clock table filling logic"
` [PATCH 09/30] drm/amd/display: Expand DP module equalization API
` [PATCH 10/30] drm/amd/display: Support mappable encoders when transmitting training patterns
` [PATCH 11/30] drm/amd/display: Update scaling settings on modeset
` [PATCH 12/30] drm/amd/display: Remove unused definition of DMUB SET_CONFIG
` [PATCH 13/30] drm/amd/display: Return last used DRR VTOTAL from DC
` [PATCH 14/30] drm/amd/display: Enable PSR Residency for multiple panels
` [PATCH 15/30] drm/amd/display: Release MST resources on switch from MST to SST
` [PATCH 16/30] drm/amd/display: Change default policy for MPO with multidisplay
` [PATCH 17/30] drm/amd/display: [FW Promotion] Release 0.0.68
` [PATCH 18/30] drm/amd/display: 3.2.138
` [PATCH 19/30] drm/amd/display: Add Interface to set FIFO ERRDET SW Override
` [PATCH 20/30] drm/amd/display: Add interface for ADD & DROP PIXEL Registers
` [PATCH 21/30] drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7
` [PATCH 22/30] drm/amd/display: Fix off-by-one error in DML
` [PATCH 23/30] drm/amd/display: Fix crash during MPO + ODM combine mode recalculation
` [PATCH 24/30] drm/amd/display: Add debugfs entry for dsc passthrough
` [PATCH 25/30] drm/amd/display: Revert "Disconnect non-DP with no EDID"
` [PATCH 26/30] drm/amd/display: Updates for ODM Transition Test
` [PATCH 27/30] drm/amd/display: force CP to DESIRED when removing display
` [PATCH 28/30] drm/amd/display: Add swizzle visual confirm mode
` [PATCH 29/30] drm/amd/display: [FW Promotion] Release 0.0.69
` [PATCH 30/30] drm/amd/display: 3.2.139

[PATCH] drm/amd/display: Fix error code on failure to set brightness
 2021-06-08 13:59 UTC  (2+ messages)

[PATCH] drm/amd/pm: fix warning reported by kernel test robot
 2021-06-08 11:04 UTC  (3+ messages)

[PATCH 1/1] drm/amdkfd: use allowed domain for vmbo validation
 2021-06-08 11:00 UTC  (4+ messages)

[PATCH 1/1] drm/amdgpu: fix shadow bo skip condition
 2021-06-08 10:59 UTC  (2+ messages)

XDC 2021: Registration & Call for Proposals now open!
 2021-06-08 10:38 UTC  (2+ messages)
` [Mesa-dev] "

[PATCH v5 1/9] drm/amd/pm: Add u64 throttler status field to gpu_metrics
 2021-06-08  7:26 UTC  (13+ messages)
` [PATCH v5 2/9] drm/amd/pm: Add ASIC independent throttle bits
` [PATCH v5 3/9] drm/amd/pm: Add common throttler translation func
` [PATCH v5 4/9] drm/amd/pm: Add arcturus throttler translation
` [PATCH v5 5/9] drm/amd/pm: Add navi1x "
` [PATCH v5 6/9] drm/amd/pm: Add sienna cichlid "
` [PATCH v5 7/9] drm/amd/pm: Add vangogh "
` [PATCH v5 8/9] drm/amd/pm: Add renoir "
` [PATCH v5 9/9] drm/amd/pm: Add aldebaran "

[PATCH] drm/amdgpu/vcn: drop gfxoff control for VCN2+
 2021-06-08  7:23 UTC  (5+ messages)

[PATCH V3 1/5] drm/amd/pm: drop the incomplete fix for Navi14 runpm issue
 2021-06-08  7:15 UTC  (6+ messages)
` [PATCH V3 2/5] drm/amd/pm: correct the runpm handling for BACO supported ASIC
` [PATCH V3 3/5] drm/amdgpu: make audio dev's D-state transition PMFW-aware
` [PATCH V3 4/5] drm/amd/pm: update the cached dpm feature status
` [PATCH V3 5/5] drm/amd/pm: correct the dpm features disablement for Navi1x

[PATCH 4/5] drm/amdgpu: add psp ta microcode init for aldebaran sriov vf
 2021-06-08  4:49 UTC  (2+ messages)

[PATCH] drm: display: Remove duplicate include in dce110
 2021-06-08  3:01 UTC 

[PATCH V2 1/5] drm/amd/pm: drop the incomplete fix for Navi14 runpm issue
 2021-06-08  2:35 UTC  (6+ messages)
` [PATCH V2 4/5] drm/amd/pm: clear the cached dpm feature status

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

umr won't work. (Can't find pci.did file in database)
 2021-06-07 18:02 UTC 

[PATCH][next] drm/amd/display: Fix two spelling mistakes, clean wide lines
 2021-06-07 17:20 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix a a typo in a comment
 2021-06-07 17:18 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix duplicate included dce110_hw_sequencer.h
 2021-06-07 17:16 UTC  (2+ messages)

[PATCH] drm/amd/display: remove no need variable
 2021-06-07 17:14 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 24/29] drm/amd/display: Allow bandwidth validation for 0 streams
 2021-06-07 16:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 25/29] drm/amd/display: Fix overlay validation by considering cursors

[PATCH AUTOSEL 5.10 31/39] drm/amd/display: Allow bandwidth validation for 0 streams
 2021-06-07 16:13 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 32/39] drm/amdgpu: refine amdgpu_fru_get_product_info
` [PATCH AUTOSEL 5.10 33/39] drm/amd/display: Fix overlay validation by considering cursors
` [PATCH AUTOSEL 5.10 34/39] drm/amd/display: Fix potential memory leak in DMUB hw_init
` [PATCH AUTOSEL 5.10 35/39] drm/amd/amdgpu:save psp ring wptr to avoid attack

[PATCH AUTOSEL 5.12 41/49] drm/amd/display: Allow bandwidth validation for 0 streams
 2021-06-07 16:12 UTC  (5+ messages)
` [PATCH AUTOSEL 5.12 42/49] drm/amdgpu: refine amdgpu_fru_get_product_info
` [PATCH AUTOSEL 5.12 43/49] drm/amd/display: Fix overlay validation by considering cursors
` [PATCH AUTOSEL 5.12 44/49] drm/amd/display: Fix potential memory leak in DMUB hw_init
` [PATCH AUTOSEL 5.12 45/49] drm/amd/amdgpu:save psp ring wptr to avoid attack

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

[PATCH] drm/amdgpu: Fix warning of Function parameter or member not described
 2021-06-07 14:29 UTC  (2+ messages)

[PATCH 0/7] libdrm tests for hot-unplug feature
 2021-06-07 14:29 UTC  (5+ messages)
  ` [PATCH 0/7] libdrm tests for hot-unplug fe goature

[PATCH 1/5] drm/amdgpu: remove sriov vf checking from getting fb location
 2021-06-07 13:59 UTC  (6+ messages)
` [PATCH 4/5] drm/amdgpu: add psp microcode init for arcturus and aldebaran sriov vf

[PATCH] drm/amdkfd: remove duplicate include of kfd_svm.h
 2021-06-07 13:19 UTC  (2+ messages)

New uAPI for color management proposal and feedback request
 2021-06-07  7:48 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).