Searched refs:is_flushed (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dagp_backend.h81 bool is_flushed; member in struct:agp_memory
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c76 mem->is_flushed = 1;
/linux-master/drivers/char/agp/
H A Defficeon-agp.c251 if (!mem->is_flushed) {
253 mem->is_flushed = true;
H A Dparisc-agp.c149 if (!mem->is_flushed) {
151 mem->is_flushed = true;
H A Dnvidia-agp.c222 if (!mem->is_flushed) {
224 mem->is_flushed = true;
H A Damd-k7-agp.c309 if (!mem->is_flushed) {
311 mem->is_flushed = true;
H A Dgeneric.c419 if (!curr->is_flushed) {
421 curr->is_flushed = true;
1088 if (!mem->is_flushed) {
1090 mem->is_flushed = true;
H A Dsworks-agp.c342 if (!mem->is_flushed) {
344 mem->is_flushed = true;
H A Damd64-agp.c76 if (!mem->is_flushed) {
78 mem->is_flushed = true;
H A Dati-agp.c288 if (!mem->is_flushed) {
291 mem->is_flushed = true;
H A Dintel-gtt.c222 if (!mem->is_flushed)
924 if (!mem->is_flushed)
944 mem->is_flushed = true;

Completed in 444 milliseconds