Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-20 | Add a mode name generation wrapper to make name format changes easier. | Jesse Barnes | |
2007-04-18 | Document main drm_crtc.c functions, and rename drm_crtc_mode_create to | Jesse Barnes | |
drm_mode_create to be consistent with the other functions. Also document where we need locking fixes and what the locks are for. | |||
2007-04-11 | Fix EDID pixel clock calculation. | Jesse Barnes | |
2007-04-10 | Finish bringing in LVDS code, re-add to Makefile. Needed other changes too: | Jesse Barnes | |
- move EDID structures to drm_edid.h - add EDID info structure to drm_output - add a few routines to intel_display for getting current mode info - add some prototypes to intel_drv.h and drm_crtc.h | |||
2007-04-07 | various cleanups to EDID code: | Jesse Barnes | |
- pull in FB DDC code (we'll have to rewrite it anyway it appears) - add comments - note a few FIXMEs - make it less quiet, and more informative when it actually does print | |||
2007-04-05 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into modesetting-101 | |||
2007-04-05 | Add copyrights before I forget | Jesse Barnes | |
2007-04-05 | initial userspace interface to get modes | Dave Airlie | |
2007-04-05 | Initial import of modesetting for intel driver in DRM | Dave Airlie | |