Age | Commit message (Expand) | Author | Files | Lines |
2013-02-14 | drm/i915: rip out helper->disable noop functions | Daniel Vetter | 1 | -1/+0 |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -19/+96 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -3/+3 |
2012-10-02 | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 1 | -1/+0 |
2012-09-06 | drm/i915: improve modeset state checking after dpms calls | Daniel Vetter | 1 | -1/+1 |
2012-09-06 | drm/i915: s/intel_encoder_disable/intel_encoder_noop | Daniel Vetter | 1 | -1/+1 |
2012-09-06 | drm/i915: check connector hw/sw state | Daniel Vetter | 1 | -0/+2 |
2012-09-06 | drm/i915/dvo: implement get_hw_state | Daniel Vetter | 1 | -0/+27 |
2012-09-06 | drm/i915: rip out encoder->prepare/commit | Daniel Vetter | 1 | -2/+0 |
2012-09-06 | drm/i915: convert dpms functions of dvo/sdvo/crt | Daniel Vetter | 1 | -11/+28 |
2012-09-06 | drm/i915/dvo: convert to encoder disable/enable | Daniel Vetter | 1 | -2/+30 |
2012-08-17 | drm/i915: simplify dvo dpms interface | Daniel Vetter | 1 | -2/+2 |
2012-07-25 | drm/i915: Support for ns2501-DVO | Thomas Richter | 1 | -1/+9 |
2012-07-25 | drm/i915: simplify possible_clones computation | Daniel Vetter | 1 | -5/+2 |
2012-07-20 | drm: Make the .mode_fixup() operations mode argument a const pointer | Laurent Pinchart | 1 | -1/+1 |
2012-03-28 | drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter | Daniel Kurtz | 1 | -3/+3 |
2012-02-10 | drm/i915: fixup interlaced vertical timings confusion, part 1 | Daniel Vetter | 1 | -1/+0 |
2011-02-08 | drm/i915: cleanup per-pipe reg usage | Jesse Barnes | 1 | -1/+1 |
2010-09-29 | drm/i915/dvo: Fix panel and DDC i2c pins | Chris Wilson | 1 | -9/+3 |
2010-09-21 | drm/i915: Use the correct DPB GMBUS port for GPIOE | Chris Wilson | 1 | -2/+2 |
2010-09-21 | Merge branch 'drm-intel-fixes' into HEAD | Chris Wilson | 1 | -1/+2 |
2010-09-18 | drm/i915: use GMBUS to manage i2c links | Chris Wilson | 1 | -21/+12 |
2010-09-15 | drm/i915: call drm_encoder_init first | Chris Wilson | 1 | -2/+3 |
2010-09-15 | drm/i915/i2c: Track the parent encoder rather than just the dev | Chris Wilson | 1 | -4/+5 |
2010-09-14 | drm: Use a nondestructive mode for output detect when polling (v2) | Chris Wilson | 1 | -2/+1 |
2010-09-13 | drm: Use a nondestructive mode for output detect when polling | Chris Wilson | 1 | -1/+3 |
2010-09-09 | drm/i915: Make the connector->encoder relationship explicit | Chris Wilson | 1 | -12/+12 |
2010-09-09 | drm/i915: Use the direct mapping of pipe->crtc | Chris Wilson | 1 | -1/+1 |
2010-09-09 | drm/i915: Rename intel_encoder->enc to base for consistency | Chris Wilson | 1 | -4/+4 |
2010-08-09 | drm/i915: Subclass intel_encoder. | Chris Wilson | 1 | -71/+65 |
2010-04-20 | Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ... | Dave Airlie | 1 | -68/+35 |
2010-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 1 | -46/+46 |
2010-04-12 | drm/i915: convert DVO driver to new encoder/connector structure | Zhenyu Wang | 1 | -36/+34 |
2010-04-12 | drm/i915: Remove dead KMS encoder save/restore code. | Eric Anholt | 1 | -31/+0 |
2010-04-10 | drm/i915: change intel_ddc_get_modes() function parameters | Zhenyu Wang | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-25 | drm/i915: Rename intel_output to intel_encoder. | Eric Anholt | 1 | -46/+46 |
2009-08-25 | drm/i915: Set crtc/clone mask in different output devices | Ma Ling | 1 | -0/+6 |
2009-06-19 | drm/i915: Change I2C api to pass around i2c_adapters | Keith Packard | 1 | -10/+6 |
2009-06-04 | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d... | Keith Packard | 1 | -0/+1 |
2008-12-29 | drm/i915: fix sparse warnings: move 'extern' decls to header file | Hannes Eder | 1 | -6/+0 |
2008-12-29 | drm/i915: fix sparse warnings: make symbols static | Hannes Eder | 1 | -2/+2 |
2008-12-29 | DRM: i915: add mode setting support | Jesse Barnes | 1 | -0/+501 |