index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
intel_lvds.c
Age
Commit message (
Expand
)
Author
2008-07-09
Merge remote branch 'origin/modesetting-101' into modesetting-gem
Dave Airlie
2008-07-07
Use lowercase bool constants.
Kristian Høgsberg
2008-07-06
modesetting-101: Rename DPMS modes to avoid compatibility issues with xorg de...
Maarten Maathuis
2008-06-05
sysfs registration/teardown fixups
Jesse Barnes
2008-06-04
i915: use kzalloc to allocate intel_output for lvds
Jesse Barnes
2008-06-04
drm: remove sysfs in driver for now.. should probably be in helper
Dave Airlie
2008-06-02
drm/modesetting: add best encoder finding for modesetting
Dave Airlie
2008-06-02
drm/modesetting: move some connector functions to helper.
Dave Airlie
2008-06-02
drm/modesetting: another re-org of some internals.
Dave Airlie
2008-05-30
modesetting: the great renaming.
Dave Airlie
2008-05-30
modesetting: reorganise out crtc/outputs are allocated.
Dave Airlie
2008-05-29
modesetting: reorganise code into core and helper functions.
Dave Airlie
2008-05-23
i915: do a better job of parsing VBIOS data
Jesse Barnes
2008-05-13
i915: register definition & header file cleanup
Jesse Barnes
2008-04-10
Keep display info in struct display_info
Jesse Barnes
2008-04-09
Fixup sysfs output registration
Jesse Barnes
2007-12-18
remove output names
Dave Airlie
2007-12-11
modesetting: fixup property setting and add connector property
Dave Airlie
2007-11-27
Don't use panel fitter if we're programming a native mode
Jesse Barnes
2007-09-24
Merge branch 'master' into modesetting-101 - TTM & typedef removal
Jesse Barnes
2007-05-17
Large changes for fbdev support.
root
2007-04-20
Add a monitor information structure separate from the EDID data for tracking
Jesse Barnes
2007-04-17
Just use drm_output_destroy to cleanup LVDS failures. It'll call our cleanup
Jesse Barnes
2007-04-17
Lvds now power up backlight on commit
Jakob Bornecrantz
2007-04-13
revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
David Airlie
2007-04-12
Use crtc_from_pipe call in intel_lvds.c and add get_mode panel mode detection...
Jesse Barnes
2007-04-12
Move i2c init back to where it belongs and add i2c unregistration in *_destroy.
Jesse Barnes
2007-04-11
Fix i2c unregistration, cleanup panel_fixed_mode assignment.
Jesse Barnes
2007-04-11
fix modeset cleanup for LVDS and reenable it in i915.
Jesse Barnes
2007-04-11
Various changes for in-kernel modesetting:
Jesse Barnes
2007-04-10
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-04-10
Finish bringing in LVDS code, re-add to Makefile. Needed other changes too:
Jesse Barnes
2007-04-09
Slam in most of X.Org's i830_lvds (not quite done yet so removed from Makefil...
Jesse Barnes
2007-04-07
remove a printk to make things less verbose
Jesse Barnes
2007-04-05
Add required permission notices for code copied from X.Org source.
Eric Anholt
2007-04-05
Add copyrights before I forget
Jesse Barnes
2007-04-05
Initial import of modesetting for intel driver in DRM
Dave Airlie