Skip to content

Commit

Permalink
drm/i915: Non-mobile parts don't have integrated TV-out.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Eric Anholt authored and Dave Airlie committed Jan 7, 2009
1 parent 7d57382 commit 1fc45d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ static void intel_setup_outputs(struct drm_device *dev)
} else
intel_dvo_init(dev);

if (IS_I9XX(dev) && !IS_I915G(dev))
if (IS_I9XX(dev) && IS_MOBILE(dev))
intel_tv_init(dev);

list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
Expand Down

0 comments on commit 1fc45d8

Please sign in to comment.