]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver init
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 19 Feb 2013 19:13:35 +0000 (16:13 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Feb 2013 19:45:02 +0000 (20:45 +0100)
commitf0c4c14b61a1c96f4ce2674c49f1a709b93b5146
treee8649db3a948a6d710deea86d29a3ce63b694580
parent3d87751d4399804a18161e4a815a94267417b3bd
drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver init

Otherwise, if the BIOS did anything wrong, our first I915_{WRITE,READ}
will give us "unclaimed register"  messages.

V2: Even earlier.
V3: Move it to intel_early_sanitize_regs.

Bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=58897
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c