2007-05-22 |
Jesse Barnes | Call preallocated space VRAM instead of PRIV0 to be...
|
commit | commitdiff | tree |
2007-05-18 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-05-18 |
Jesse Barnes | Add locking. The main lock is dev->mode_config.config_lock...
|
commit | commitdiff | tree |
2007-05-17 |
Jesse Barnes | Remove unused edid.h header from X.Org.
|
commit | commitdiff | tree |
2007-05-17 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-05-17 |
Jesse Barnes | Fix FB pitch value (we had it wrong and were working...
|
commit | commitdiff | tree |
2007-04-26 |
Jesse Barnes | drm/ttm: allow drm_buffer_object_create to be used...
|
commit | commitdiff | tree |
2007-04-26 |
Jesse Barnes | Add new buffer object type for kernel allocations that...
|
commit | commitdiff | tree |
2007-04-21 |
Jesse Barnes | Oops, edid data should just be a char *, as edid.h...
|
commit | commitdiff | tree |
2007-04-21 |
Jesse Barnes | Add a monitor information structure separate from the...
|
commit | commitdiff | tree |
2007-04-21 |
Jesse Barnes | Document drm_modes.c functions.
|
commit | commitdiff | tree |
2007-04-20 |
Jesse Barnes | Add a mode name generation wrapper to make name format...
|
commit | commitdiff | tree |
2007-04-18 |
Jesse Barnes | Document main drm_crtc.c functions, and rename drm_crtc_mode...
|
commit | commitdiff | tree |
2007-04-18 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-18 |
Jesse Barnes | Just use drm_output_destroy to cleanup LVDS failures...
|
commit | commitdiff | tree |
2007-04-18 |
Jesse Barnes | Add framebuffer bo freeing to drm_mode_config_cleanup...
|
commit | commitdiff | tree |
2007-04-17 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-17 |
Jesse Barnes | Move initial framebuffer allocation and configuration...
|
commit | commitdiff | tree |
2007-04-17 |
Jesse Barnes | Cleanup whitespace, rename macro argument.
|
commit | commitdiff | tree |
2007-04-17 |
Jesse Barnes | Add prototypes for drm_bo_init_mm and drm_buffer_object_crea...
|
commit | commitdiff | tree |
2007-04-14 |
Jesse Barnes | Use drm_mem_reg_ioremap to map buffer object.
|
commit | commitdiff | tree |
2007-04-14 |
Jesse Barnes | Fix PRIV0 memory initialization (mm_init takes pages...
|
commit | commitdiff | tree |
2007-04-13 |
Jesse Barnes | Move driver load call to after AGP init, in case the...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Oops, forgot to push the msleep() in the hotplug test...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Use crtc_from_pipe call in intel_lvds.c and add get_mode...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Add new function for getting a CRTC pointer given a...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Fix 945+ hotplug detection, remove some unused variables.
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Don't need a NULL check prior to calling kfree.
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Initialize the hw lock waitqueue so we don't hang in...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Don't use drm_setup, do SAREA allocation and mapping...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Move i2c init back to where it belongs and add i2c...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Whitespace cleanup
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Revert "Export drm_setup for use by new driver init...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-12 |
Jesse Barnes | Remove debug statement about buffer objects
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Use new kernel buffer object type and cleanup agp probing.
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Add new buffer object type for kernel allocations that...
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Add aperture size and preallocation probing (from intelfb...
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Fix i2c unregistration, cleanup panel_fixed_mode assignment.
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Whitespace cleanups.
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Fix EDID pixel clock calculation.
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | fix modeset cleanup for LVDS and reenable it in i915.
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | export vblank routine for use by intel_display.c and...
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Fixup DDC probing. We only have one DDC bus so we...
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Various changes for in-kernel modesetting:
|
commit | commitdiff | tree |
2007-04-11 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Export drm_setup for use by new driver init code.
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Move i915 init code to new file, i915_init.c, and create...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Add save/restore state for LVDS code, along with a...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Remove some debug #if 0 codes and add a reminder to...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Remove some delays from Intel i2c code, we'll need...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Finish bringing in LVDS code, re-add to Makefile. ...
|
commit | commitdiff | tree |
2007-04-10 |
Jesse Barnes | Slam in most of X.Org's i830_lvds (not quite done yet...
|
commit | commitdiff | tree |
2007-04-09 |
Jesse Barnes | Fix refresh calculation (mistakenly removed 1000 factor...
|
commit | commitdiff | tree |
2007-04-08 |
Jesse Barnes | remove a printk to make things less verbose
|
commit | commitdiff | tree |
2007-04-08 |
Jesse Barnes | just codingstyle cleanups
|
commit | commitdiff | tree |
2007-04-08 |
Jesse Barnes | document drm_mode_duplicate and fix vrefresh calculation...
|
commit | commitdiff | tree |
2007-04-08 |
Jesse Barnes | various cleanups to EDID code:
|
commit | commitdiff | tree |
2007-04-08 |
Jesse Barnes | make drmP.h include drm_crtc.h for CRTC related stuff.
|
commit | commitdiff | tree |
2007-04-05 |
Jesse Barnes | Merge branch 'modesetting-101' of git+ssh://git.freedesktop...
|
commit | commitdiff | tree |
2007-04-05 |
Jesse Barnes | Add copyrights before I forget
|
commit | commitdiff | tree |
|