Home
last modified time | relevance | path

Searched refs:I810_PGETBL_ENABLED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/char/agp/
Dintel-agp.h73 #define I810_PGETBL_ENABLED 0x00000001 macro
Dintel-gtt.c191 writel(virt_to_phys(gtt_table) | I810_PGETBL_ENABLED, in i810_setup()
440 pgetbl_ctl2 &= ~I810_PGETBL_ENABLED; in i965_adjust_pgetbl_size()
620 & ~I810_PGETBL_ENABLED; in intel_gtt_init()
623 intel_private.PGETBL_save |= I810_PGETBL_ENABLED; in intel_gtt_init()
778 if (HAS_PGTBL_EN && (readl(reg) & I810_PGETBL_ENABLED) == 0) { in intel_enable_gtt()