OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtc_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c
4710
u32
crtc_idx
, hpd_idx, afmt_idx;
local in function:evergreen_irq_process
4755
crtc_idx
= src_id - 1;
4761
if (rdev->irq.crtc_vblank_int[
crtc_idx
]) {
4762
drm_handle_vblank(rdev->ddev,
crtc_idx
);
4773
if (atomic_read(&rdev->irq.pflip[
crtc_idx
])) {
4775
crtc_idx
);
4787
if (!(disp_int[
crtc_idx
] & mask)) {
4789
crtc_idx
+ 1, event_name);
4792
disp_int[
crtc_idx
] &= ~mask;
4793
DRM_DEBUG("IH: D%d %s\n",
crtc_idx
+ 1, event_name)
[
all
...]
radeon_si.c
6255
u32
crtc_idx
, hpd_idx;
local in function:si_irq_process
6300
crtc_idx
= src_id - 1;
6306
if (rdev->irq.crtc_vblank_int[
crtc_idx
]) {
6307
drm_handle_vblank(rdev->ddev,
crtc_idx
);
6318
if (atomic_read(&rdev->irq.pflip[
crtc_idx
])) {
6320
crtc_idx
);
6332
if (!(disp_int[
crtc_idx
] & mask)) {
6334
crtc_idx
+ 1, event_name);
6337
disp_int[
crtc_idx
] &= ~mask;
6338
DRM_DEBUG("IH: D%d %s\n",
crtc_idx
+ 1, event_name)
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025