Searched hist:"44 ca7478d46aaad488d916f7262253e000ee60f9" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r200.c | diff 44ca7478d46aaad488d916f7262253e000ee60f9 Thu Feb 11 11:25:47 CST 2010 Pauli Nieminen <suokkos@gmail.com> drm/radeon: Add asic hook for dma copy to r200 cards.
r200 cards have dma engine which can be used to tranfer data between vram and system memory.
r300 dma engine registers match r200 dma engine. Enabling dma copy for r200 is simple as hooking r200 asic to already existing function r300_copy_dma.
Rename r300_dma_copy to r200_dma_copyto reflect that supports starts from r200 cards.
v2: Created a new asic object for r200 cards.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | r300.c | diff 44ca7478d46aaad488d916f7262253e000ee60f9 Thu Feb 11 11:25:47 CST 2010 Pauli Nieminen <suokkos@gmail.com> drm/radeon: Add asic hook for dma copy to r200 cards.
r200 cards have dma engine which can be used to tranfer data between vram and system memory.
r300 dma engine registers match r200 dma engine. Enabling dma copy for r200 is simple as hooking r200 asic to already existing function r300_copy_dma.
Rename r300_dma_copy to r200_dma_copyto reflect that supports starts from r200 cards.
v2: Created a new asic object for r200 cards.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | radeon_asic.h | diff 44ca7478d46aaad488d916f7262253e000ee60f9 Thu Feb 11 11:25:47 CST 2010 Pauli Nieminen <suokkos@gmail.com> drm/radeon: Add asic hook for dma copy to r200 cards.
r200 cards have dma engine which can be used to tranfer data between vram and system memory.
r300 dma engine registers match r200 dma engine. Enabling dma copy for r200 is simple as hooking r200 asic to already existing function r300_copy_dma.
Rename r300_dma_copy to r200_dma_copyto reflect that supports starts from r200 cards.
v2: Created a new asic object for r200 cards.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|
H A D | radeon_device.c | diff 44ca7478d46aaad488d916f7262253e000ee60f9 Thu Feb 11 11:25:47 CST 2010 Pauli Nieminen <suokkos@gmail.com> drm/radeon: Add asic hook for dma copy to r200 cards.
r200 cards have dma engine which can be used to tranfer data between vram and system memory.
r300 dma engine registers match r200 dma engine. Enabling dma copy for r200 is simple as hooking r200 asic to already existing function r300_copy_dma.
Rename r300_dma_copy to r200_dma_copyto reflect that supports starts from r200 cards.
v2: Created a new asic object for r200 cards.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
|