Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_uncore.c548 u32 fifodbg; in gen6_check_for_fifo_debug() local
550 fifodbg = __raw_uncore_read32(uncore, GTFIFODBG); in gen6_check_for_fifo_debug()
552 if (unlikely(fifodbg)) { in gen6_check_for_fifo_debug()
553 drm_dbg(&uncore->i915->drm, "GTFIFODBG = 0x08%x\n", fifodbg); in gen6_check_for_fifo_debug()
554 __raw_uncore_write32(uncore, GTFIFODBG, fifodbg); in gen6_check_for_fifo_debug()
557 return fifodbg; in gen6_check_for_fifo_debug()

Completed in 8 milliseconds