Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
HDintel_display.c4400 I915_READ(HBLANK(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()
6973 I915_WRITE(HBLANK(cpu_transcoder), in intel_set_pipe_timings()
7025 tmp = I915_READ(HBLANK(cpu_transcoder)); in intel_get_pipe_timings()
14645 I915_WRITE(HBLANK(pipe), (640 - 1) | ((800 - 1) << 16)); in i830_enable_pipe()
15450 error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder)); in intel_display_capture_error_state()
HDi915_reg.h3944 #define HBLANK(trans) _MMIO_TRANS2(trans, _HBLANK_A) macro