drivers/gpu/drm/i915/gt/gen8_renderstate.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/i915/gt/gen8_renderstate.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/gt/gen8_renderstate.c
Extension
.c
Size
12715 bytes
Lines
966
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: MIT
/*
 * Copyright © 2014 Intel Corporation
 *
 * Generated by: intel-gpu-tools-1.8-220-g01153e7
 */

#include "intel_renderstate.h"

static const u32 gen8_null_state_relocs[] = {
	0x00000798,
	0x000007a4,
	0x000007ac,
	0x000007bc,
	-1,
};

static const u32 gen8_null_state_batch[] = {
	0x7a000004,
	0x01000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x69040000,
	0x78140000,
	0x04000000,
	0x7820000a,
	0x00000000,
	0x00000000,
	0x80000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x78130002,
	0x00000000,
	0x00000000,
	0x02001808,
	0x781f0002,
	0x00000000,
	0x00000000,
	0x00000000,
	0x78510009,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x78100007,
	0x00000000,
	0x00000000,
	0x00010000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x781b0007,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000800,
	0x00000000,
	0x78110008,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x00000000,
	0x781e0003,
	0x00000000,
	0x00000000,
	0x00000000,

Annotation

Implementation Notes