Searched refs:Gtt (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dgtt.h18 class Gtt;
22 explicit GttRegion(Gtt* gtt);
35 Gtt* gtt_;
46 friend class Gtt;
49 class Gtt { class in namespace:i915
51 Gtt();
52 ~Gtt();
72 DISALLOW_COPY_ASSIGN_AND_MOVE(Gtt);
H A Dgtt.cpp39 Gtt::Gtt() : function in class:i915::Gtt
42 Gtt::~Gtt() {
48 zx_status_t Gtt::Init(Controller* controller) {
74 LOG_TRACE("Gtt::Init gtt_size (for page tables) 0x%x\n", gtt_size);
103 zx_status_t Gtt::AllocRegion(uint32_t length, uint32_t align_pow2,
118 void Gtt::SetupForMexec(uintptr_t stolen_fb, uint32_t length) {
128 GttRegion::GttRegion(Gtt* gtt) : gtt_(gtt), is_rotated_(false) {}
H A Dintel-i915.h113 Gtt* gtt() { return &gtt_; }
191 Gtt gtt_ __TA_GUARDED(gtt_lock_);

Completed in 74 milliseconds