diff options
author | 2013-10-10 14:46:37 +0200 | |
---|---|---|
committer | 2013-10-16 22:06:39 +0200 | |
commit | aa5f8021811aede2e40aa715c55fbd87d945a443 (patch) | |
tree | a491c020dab146964f8ec6da84a47367b4dff7c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/i915: prevent tiling changes on framebuffer backing storage (diff) | |
download | linux-dev-aa5f8021811aede2e40aa715c55fbd87d945a443.tar.xz linux-dev-aa5f8021811aede2e40aa715c55fbd87d945a443.zip |
drm/i915: Use unsigned long for obj->user_pin_count
At least on linux sizeof(long) == sizeof(void*) and the thinking
is that you can grab about as many references as there's memory.
Doesn't really matter, just a bit of OCD since the fixed size data
type in a pure in-kernel datastructure look off.
v2: Ville asked for an overflow check since no one prevents userspace
from incrementing the pin count forever.
v3: s/INT/LONG/, noticed by Chris.
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions