Searched refs:fifodbg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 490 u32 fifodbg; in gen6_check_for_fifo_debug() local 492 fifodbg = __raw_uncore_read32(uncore, GTFIFODBG); in gen6_check_for_fifo_debug() 494 if (unlikely(fifodbg)) { in gen6_check_for_fifo_debug() 495 drm_dbg(&uncore->i915->drm, "GTFIFODBG = 0x08%x\n", fifodbg); in gen6_check_for_fifo_debug() 496 __raw_uncore_write32(uncore, GTFIFODBG, fifodbg); in gen6_check_for_fifo_debug() 499 return fifodbg; in gen6_check_for_fifo_debug()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 554 u32 fifodbg; in gen6_check_for_fifo_debug() local 556 fifodbg = __raw_uncore_read32(uncore, GTFIFODBG); in gen6_check_for_fifo_debug() 558 if (unlikely(fifodbg)) { in gen6_check_for_fifo_debug() 559 drm_dbg(&uncore->i915->drm, "GTFIFODBG = 0x08%x\n", fifodbg); in gen6_check_for_fifo_debug() 560 __raw_uncore_write32(uncore, GTFIFODBG, fifodbg); in gen6_check_for_fifo_debug() 563 return fifodbg; in gen6_check_for_fifo_debug()
|
Completed in 7 milliseconds