]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fold the DPLL limit defines into the structs that use them.
authorEric Anholt <eric@anholt.net>
Wed, 30 Mar 2011 20:01:10 +0000 (13:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:39 +0000 (13:56 -0700)
commit3fbe9d1dad6498ff7f95880207b5068bdc7d0829
treee7255f590404207fbaeea5163d796d6bd1aec997
parent83cafbf6910d7c4b28dbb1f803e0338a3941b618
drm/i915: Fold the DPLL limit defines into the structs that use them.

They're used in one place, and not providing any descriptive value,
with their names just being approximately the conjunction of the
struct name and the struct field.

This diff was produced with gcc -E, copying the new struct definitions
out, moving a couple of the old comments into place in the new
structs, and reindenting.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c