include/drm/drm_utils.h

Source file repositories/reference/linux-study-clean/include/drm/drm_utils.h

File Facts

System
Linux kernel
Corpus path
include/drm/drm_utils.h
Extension
.h
Size
706 bytes
Lines
30
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct drm_panel_backlight_quirk {
	u16 min_brightness;
	u32 brightness_mask;
};

const struct drm_panel_backlight_quirk *
drm_get_panel_backlight_quirk(const struct drm_edid *edid);

signed long drm_timeout_abs_to_jiffies(int64_t timeout_nsec);

#endif

Annotation

Implementation Notes