[Intel-gfx] [PATCH 04/48] drm/i915: Allow ggtt lookups to not WARN

2013-12-06 Thread Ben Widawsky
To be able to effectively use the GGTT object lookup function, we don't want to warn when there is no GGTT mapping. Let the caller deal with it instead. Originally, I had intended to have this behavior, and has not introduced the WARN. It was introduced during review with the addition of the follo

[Intel-gfx] [PATCH 04/48] drm/i915: Allow ggtt lookups to not WARN

2013-12-06 Thread Ben Widawsky
To be able to effectively use the GGTT object lookup function, we don't want to warn when there is no GGTT mapping. Let the caller deal with it instead. Originally, I had intended to have this behavior, and has not introduced the WARN. It was introduced during review with the addition of the follo