OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scanline
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdmi.c
1459
u32
scanline
;
local
1463
scanline
= I915_READ(PIPEDSL(intel_crtc->pipe));
1464
if (
scanline
> 100 &&
scanline
< 200)
intel_sprite.c
93
int
scanline
, min, max, vblank_start;
local
132
(
scanline
= intel_get_crtc_scanline(crtc),
133
scanline
< min ||
scanline
> max));
140
* On VLV/CHV DSI the
scanline
counter would appear to
141
* increment approx. 1/3 of a
scanline
before start of vblank.
148
* critical
scanline
, but that would require more changes
150
* thing and poll for the bad
scanline
to pass us by.
154
while (need_vlv_dsi_wa &&
scanline
== vblank_start)
155
scanline
= intel_get_crtc_scanline(crtc)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c
558
* -vbs-----> <---vbs+1---> <---vbs+2---> <-----0-----> <-----1-----> <-----2--- (
scanline
counter gen2)
559
* -vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2---> <-----0--- (
scanline
counter gen3+)
560
* -vbs-2---> <---vbs-2---> <---vbs-1---> <---vbs-----> <---vbs+1---> <---vbs+2- (
scanline
counter hsw+ hdmi)
661
*
scanline
register will not work to get the
scanline
,
663
* with
scanline
register updates.
665
* timestamp registers to calculate the
scanline
.
677
u32
scanline
, scan_prev_time, scan_curr_time, scan_post_time;
local
702
scanline
= div_u64(mul_u32_u32(scan_curr_time - scan_prev_time,
704
scanline
= min(scanline, vtotal - 1)
[
all
...]
/src/sys/dev/stbi/
stb_image.c
1001
// avoid switch per pixel, so use switch per
scanline
and massive macros
1524
// in trivial
scanline
order
4210
return epuc("bad file","
scanline
overrun");
4219
if (count>left) return epuc("bad file","
scanline
overrun");
4833
stbi_uc *
scanline
;
local
4887
scanline
= NULL;
4904
FREE(
scanline
);
4909
if (len != width) { FREE(hdr_data); FREE(
scanline
); return epf("invalid decoded
scanline
length", "corrupt HDR"); }
4910
if (
scanline
== NULL) scanline = MALLOC(width * 4)
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026