Searched refs:gtt (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Drules.mk17 $(LOCAL_DIR)/gtt.cpp \
H A Dgtt.h22 explicit GttRegion(Gtt* gtt);
H A Dgtt.cpp13 #include "gtt.h"
65 // Calculate the size of the gtt.
91 // Populate the gtt with the scratch buffer.
128 GttRegion::GttRegion(Gtt* gtt) : gtt_(gtt), is_rotated_(false) {} argument
209 LOG_INFO("Error unpinning gtt region\n");
H A Dintel-i915.h21 #include "gtt.h"
113 Gtt* gtt() { return &gtt_; } function in class:i915::Controller

Completed in 30 milliseconds