AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 14:35:32 to 2021-06-10 22:26:34 UTC [more...]

[PATCH 00/40] I2C fixes
 2021-06-10 22:26 UTC  (66+ 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 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 37/40] drm/amdgpu: Optimizations to EEPROM RAS table I/O
` [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] drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check
 2021-06-10 21:14 UTC  (4+ messages)

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

[PATCH 1/1] drm/amdgpu: remove amdgpu_vm_pt
 2021-06-10 17:24 UTC 

Change how amdgpu stores fences in dma_resv objects
 2021-06-10 16:44 UTC  (10+ 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 00/24] DC Patches June 10, 2021
 2021-06-10 16:28 UTC  (25+ 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 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 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-10 13:59 UTC  (12+ 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 -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 

[PATCH v2 1/7] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-06-10  8:23 UTC  (2+ messages)

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  (8+ 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  (6+ messages)
` [PATCH 2/2] drm/amd/amdgpu: add instance_number check in amdgpu_discovery_get_ip_version

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-09 19:23 UTC  (6+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper

Important:: Action required lists.freedesktop.org
 2021-06-09 17:20 UTC 

[PATCH 0/4] drm: add per-connector hotplug events
 2021-06-09 15:10 UTC  (3+ messages)

[PATCH 1/4] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-06-09 11:16 UTC  (2+ messages)

[PATCH 4/4] amdgpu: use drm_kms_helper_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH] drm/amdgpu/vcn: drop gfxoff control for VCN2+
 2021-06-09 10:48 UTC  (4+ messages)

[PATCH 3/4] drm/connector: use drm_sysfs_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH 2/4] drm/probe-helper: add drm_kms_helper_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH] drm/amdgpu:MI200 PWRBRK Driver change for CRB
 2021-06-09  7:41 UTC 

[PATCH -next v2] drm/amdgpu: use list_move instead of list_del/list_add in amdgpu_vm.c
 2021-06-09  7:08 UTC 

[PATCH -next v2] drm/radeon: use list_move instead of list_del/list_add in radeon_vm.c
 2021-06-09  7:12 UTC 

[PATCH] drm/amd/pm: Only primary die supports power data
 2021-06-09  7:22 UTC  (2+ messages)

[PATCH v6 1/9] drm/amd/pm: Add u64 throttler status field to gpu_metrics
 2021-06-09  4:13 UTC  (10+ 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/amd/display: Fix error code on failure to set brightness
 2021-06-09  0:55 UTC  (3+ messages)

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

[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] drm/radeon: Always call radeon_suspend_kms() in radeon_pci_shutdown()
 2021-06-08 14:54 UTC  (3+ 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).