OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cs_ctx
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp
148
mContext.ctx.
cs_ctx
.index = mIndex;
149
mContext.ctx.
cs_ctx
.pipe = mDevice;
150
mContext.ctx.
cs_ctx
.cntr = cntr;
151
mContext.ctx.
cs_ctx
.surf = mapper.getGttOffsetInPage(0) << 12;
153
mContext.ctx.
cs_ctx
.pos = 0;
155
mContext.ctx.
cs_ctx
.pos |= 1 << 15;
159
mContext.ctx.
cs_ctx
.pos |= 1 << 31;
162
mContext.ctx.
cs_ctx
.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp
171
mContext.ctx.
cs_ctx
.index = mIndex;
172
mContext.ctx.
cs_ctx
.pipe = mDevice;
173
mContext.ctx.
cs_ctx
.cntr = cntr | (mIndex << 28);
174
mContext.ctx.
cs_ctx
.surf = mapper.getGttOffsetInPage(0) << 12;
176
mContext.ctx.
cs_ctx
.pos = 0;
178
mContext.ctx.
cs_ctx
.pos |= 1 << 15;
182
mContext.ctx.
cs_ctx
.pos |= 1 << 31;
185
mContext.ctx.
cs_ctx
.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp
169
mContext.ctx.
cs_ctx
.index = mIndex;
170
mContext.ctx.
cs_ctx
.pipe = mDevice;
171
mContext.ctx.
cs_ctx
.cntr = cntr;
172
mContext.ctx.
cs_ctx
.surf = mapper.getGttOffsetInPage(0) << 12;
174
mContext.ctx.
cs_ctx
.pos = 0;
176
mContext.ctx.
cs_ctx
.pos |= 1 << 15;
180
mContext.ctx.
cs_ctx
.pos |= 1 << 31;
183
mContext.ctx.
cs_ctx
.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
/device/asus/fugu/original-kernel-headers/linux/
psb_drm.h
1264
struct intel_dc_cursor_ctx
cs_ctx
;
member in union:intel_dc_plane_ctx::__anon2822
[
all
...]
/device/asus/fugu/kernel-headers/linux/
psb_drm.h
1182
struct intel_dc_cursor_ctx
cs_ctx
;
member in union:intel_dc_plane_ctx::__anon2796
[
all
...]
Completed in 107 milliseconds