~ubuntu-branches/ubuntu/karmic/xserver-xorg-video-intel/karmic-proposed

« back to all changes in this revision

Viewing changes to src/i830_i2c.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington, Tormod Volden
  • Date: 2009-10-07 20:09:54 UTC
  • mfrom: (1.5.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091007200954-y15k4c4uq5bq1u19
Tags: 2:2.9.0-1ubuntu1
[Tormod Volden]
* Merge with Debian. Remaining Ubuntu changes:
  + debian/control: Add lpia architecture
* Drop patches now included upstream:
  + 100_8xx_perf_pict_a8.patch
  + 101_reload_cursors.patch
  + 102_dont_destroy_bufmgr_at_closescreen_time.patch
* Ubuntu bugs fixed in this release:
  + Calculate the DVO relative offset in LVDS data entry to get the DVO
    timing.  Fixes black screen at boot on i855 due to not finding LVDS
    modes.
    (LP: #410455)
  + Fix brightness by enabling BACKLIGHT property for KMS.
    (LP: #397617)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include "xf86.h"
33
33
#include "xf86_OSproc.h"
34
 
#include "xf86Resources.h"
35
 
#include "xf86RAC.h"
36
34
#include "xf86cmap.h"
37
35
#include "compiler.h"
38
36
#include "mibstore.h"