commit | 2ef9bdfe64079c9d0b98dc89af3af52918b818a0 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Dec 02 14:02:51 2012 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Dec 14 10:45:22 2012 -0500 |
tree | d755083f2702b1ac6f2f8ed449d2e65d9e7e4582 | |
parent | 9add1ac3dd256ad12e266f8403daf928be19953f [diff] |
drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss Just refactoring to make the next patche simpler. Now all indirect register access in the new modesetting driver should go through the r100_mm_(w|r)reg fucntions. RADEON_READ_MM from the old driver seems to be totally unused, so just kill it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>