diff options
author | Jerome Glisse <jglisse@redhat.com> | 2009-12-08 14:33:32 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-10 05:09:02 (GMT) |
commit | ca262a9998d46196750bb19a9dc4bd465b170ff7 (patch) | |
tree | b128691e5c57f6305c5752ac5c1b09e6aedfb650 /drivers/ide/gayle.c | |
parent | a2e68e92d384d37c8cc6bb7206d43b1eb9bc3f08 (diff) | |
download | linux-fsl-qoriq-ca262a9998d46196750bb19a9dc4bd465b170ff7.tar.xz |
drm/ttm: Rework validation & memory space allocation (V3)
This change allow driver to pass sorted memory placement,
from most prefered placement to least prefered placement.
In order to avoid long function prototype a structure is
used to gather memory placement informations such as range
restriction (if you need a buffer to be in given range).
Range restriction is determined by fpfn & lpfn which are
the first page and last page number btw which allocation
can happen. If those fields are set to 0 ttm will assume
buffer can be put anywhere in the address space (thus it
avoids putting a burden on the driver to always properly
set those fields).
This patch also factor few functions like evicting first
entry of lru list or getting a memory space. This avoid
code duplication.
V2: Change API to use placement flags and array instead
of packing placement order into a quadword.
V3: Make sure we set the appropriate mem.placement flag
when validating or allocation memory space.
[Pending Thomas Hellstrom further review but okay
from preliminary review so far].
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/ide/gayle.c')
0 files changed, 0 insertions, 0 deletions