Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: DMA Initialization Increments Refresh Counter for Certain Rows #199

Open
biecho opened this issue Jan 6, 2025 · 0 comments
Open

Bug: DMA Initialization Increments Refresh Counter for Certain Rows #199

biecho opened this issue Jan 6, 2025 · 0 comments
Labels

Comments

@biecho
Copy link

biecho commented Jan 6, 2025

While testing row initialization with DMA, I observed that the refresh counter unexpectedly increments for certain rows, even when refresh is explicitly disabled. This behavior affects approximately 5–10% of rows and results in increments varying between 1 and 5.

Steps to Reproduce:

  1. Disable refresh.
  2. Record the refresh counter.
  3. Initialize a row using DMA.
  4. Record the refresh counter again.

Observed Behavior:

For certain rows (around 5–10% of the tested rows), the DMA initialization step increments the refresh counter. The increment values vary between 1 and 5. The remaining rows show no increment in the refresh counter.

Expected Behavior:

The DMA initialization step should not influence the refresh counter, as refresh operations are disabled.

@mgielda mgielda added the support label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants