summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/intel_sdvo.c
AgeCommit message (Expand)Author
2013-02-24some more M_NOWAIT -> M_WAITOKJonathan Gray
2013-02-17setup a struct i2c_controller for each gmbus portJonathan Gray
2013-02-09sync the i915 modesetting code with linuxJonathan Gray
2013-02-08sync the device independent drm modesetting code with linuxJonathan Gray
2013-02-05make the pch type macros take drm_device instead of inteldrm_softcJonathan Gray
2013-02-02make the feature macros take drm_device instead of inteldrm_softcJonathan Gray
2013-01-31sync register definitions with linuxJonathan Gray
2013-01-10destaticJonathan Gray
2013-01-10fix compilation when DRMDEBUG is not definedJonathan Gray
2013-01-10add the rest of the sdvo functionsJonathan Gray
2013-01-10init crtc/encoder, run a bit more setup codeJonathan Gray