CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/03/30 09:00:22
Modified files: sys/dev/pci/drm/i915: intel_sdvo.c Log message: Two fixes to intel_sdvo_write_cmd(): - Allocate a large enugh buffer to store messages. - Make sure we return true if we sucessfully transferred the command. Makes it possible to actually talk to the SDVO chip on the other end.