Home
last modified time | relevance | path

Searched refs:HBLANK (Results 1 – 3 of 3) sorted by relevance

/drivers/video/i810/
Di810_regs.h149 #define HBLANK 0x60004 macro
/drivers/gpu/drm/i915/
Dintel_display.c3152 I915_WRITE(TRANS_HBLANK(pipe), I915_READ(HBLANK(pipe))); in ironlake_pch_enable()
3214 I915_WRITE(_TRANS_HBLANK_A, I915_READ(HBLANK(cpu_transcoder))); in lpt_pch_enable()
4526 I915_WRITE(HBLANK(cpu_transcoder), in intel_set_pipe_timings()
9594 error->pipe[i].hblank = I915_READ(HBLANK(cpu_transcoder)); in intel_display_capture_error_state()
Di915_reg.h1589 #define HBLANK(trans) _TRANSCODER(trans, _HBLANK_A, _HBLANK_B) macro