)]}'
{
  "log": [
    {
      "commit": "6b702462cbe5b6f372966a53f4465d745d86b65c",
      "tree": "19a8d090b284bb804e8a2ffa38fa51b58118db6a",
      "parents": [
        "947ec0b0c1e7e80eef4fe64f7763a06d0cf04d2e",
        "3c24475c1e4e8d10e50df161d8c4f1d382997a7c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 12 18:09:18 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 12 18:09:18 2009 -0700"
      },
      "message": "Merge branch \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (50 commits)\n  drm: include kernel list header file in hashtab header\n  drm: Export hash table functionality.\n  drm: Split out the mm declarations in a separate header. Add atomic operations.\n  drm/radeon: add support for RV790.\n  drm/radeon: add rv740 drm support.\n  drm_calloc_large: check right size, check integer overflow, use GFP_ZERO\n  drm: Eliminate magic I2C frobbing when reading EDID\n  drm/i915: duplicate desired mode for use by fbcon.\n  drm/via: vfree() no need checking before calling it\n  drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver\n  drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_mode\n  drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvo\n  drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvds\n  drm: add separate drm debugging levels\n  radeon: remove _DRM_DRIVER from the preadded sarea map\n  drm: don\u0027t associate _DRM_DRIVER maps with a master\n  drm: simplify kcalloc() call to kzalloc().\n  intelfb: fix spelling of \"CLOCK\"\n  drm: fix LOCK_TEST_WITH_RETURN macro\n  drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)\n  ...\n"
    },
    {
      "commit": "f2cb5d86e1af175a9b210241800f03a447f92621",
      "tree": "5db66c126f2725f39577d0b5c48e489a3a51364f",
      "parents": [
        "249d6048ca98b5452105b0824abac1275661b8e3"
      ],
      "author": {
        "name": "Jerome Glisse",
        "email": "glisse@freedesktop.org",
        "time": "Wed Apr 08 17:16:24 2009 +0200"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:56:33 2009 +1000"
      },
      "message": "drm: Export hash table functionality.\n\nadd exports so TTM module can use these functions.\n\nSigned-off-by: Thomas Hellstrom \u003cthellstrom@vmware.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "249d6048ca98b5452105b0824abac1275661b8e3",
      "tree": "5e8e89288ec6f6a278fcb819ea49d0d9984576fd",
      "parents": [
        "715cbb05c935e8a4306a730d14a72d5af881523e"
      ],
      "author": {
        "name": "Jerome Glisse",
        "email": "glisse@freedesktop.org",
        "time": "Wed Apr 08 17:11:16 2009 +0200"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:56:31 2009 +1000"
      },
      "message": "drm: Split out the mm declarations in a separate header. Add atomic operations.\n\nthis is a TTM preparation patch, it rearranges the mm and\nadd operations needed to do mm operations in atomic context.\n\nSigned-off-by: Thomas Hellstrom \u003cthellstrom@vmware.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "715cbb05c935e8a4306a730d14a72d5af881523e",
      "tree": "89ac49af5dad6fe2ce29a99c47b92d7869c2d93e",
      "parents": [
        "2a71ebcd85bcc4d6607f577f23a491f796c30e82"
      ],
      "author": {
        "name": "Alex Deucher",
        "email": "alexdeucher@gmail.com",
        "time": "Fri Jun 12 15:55:44 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:56:30 2009 +1000"
      },
      "message": "drm/radeon: add support for RV790.\n\nThis adds the PCI IDs for the rv790 which are equiv to the rv770.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "2a71ebcd85bcc4d6607f577f23a491f796c30e82",
      "tree": "d310f48c5abfb0bbdd20b607d3cd934fc77535c3",
      "parents": [
        "fbe0efb869efde8d847ede3a925230ef88910086"
      ],
      "author": {
        "name": "Alex Deucher",
        "email": "alexdeucher@gmail.com",
        "time": "Fri Jun 12 15:53:10 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:56:28 2009 +1000"
      },
      "message": "drm/radeon: add rv740 drm support.\n\nThis adds drm support for the RV740 family of chips to the r600 support code.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "61f11699e7a92d932b31ded3715ad4f70eb26ef2",
      "tree": "19b191e37195a955db4b8e206b346d6eb806c893",
      "parents": [
        "7ff145593d808a371924652c8d6a15fb75ce2250"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:27 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:37:27 2009 +1000"
      },
      "message": "drm: Eliminate magic I2C frobbing when reading EDID\n\nThis code depends on the underlying I2C adapter using the bit-banging algo,\nwhich may not be the case. If specific encoders require this mechanism, they\nshould build a custom I2C algo that implements this workaround, rather than\nhaving it in the general path.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "7ff145593d808a371924652c8d6a15fb75ce2250",
      "tree": "47f9d2d43f9ee99238e398a2ce858b4f5b83e073",
      "parents": [
        "c5c07550d41abe86d109430e718f2007113031f8"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Wed Apr 22 18:52:14 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 15:00:01 2009 +1000"
      },
      "message": "drm/i915: duplicate desired mode for use by fbcon.\n\nduplicate the mode into fbcon storage, so when we free modes later\nwe don\u0027t just lose this.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "c5c07550d41abe86d109430e718f2007113031f8",
      "tree": "3bc0c4acf074669bed97b569afb3538bb734e23d",
      "parents": [
        "be25ed9c5cc06e1d17aa97e41daf88f0b46143e6"
      ],
      "author": {
        "name": "Figo.zhang",
        "email": "figo1802@gmail.com",
        "time": "Sat Jun 06 18:26:26 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 14:59:59 2009 +1000"
      },
      "message": "drm/via: vfree() no need checking before calling it\n\nvfree() does it\u0027s own NULL checking, no need for explicit check before\ncalling it.\n\nSigned-off-by: Figo.zhang \u003cfigo1802@gmail.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "be25ed9c5cc06e1d17aa97e41daf88f0b46143e6",
      "tree": "b25da58394cd4ee6c6a9f5f4bcadeea8a4ddf2d0",
      "parents": [
        "f053185948a1bd16329433f5371809765086c1ec"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Tue Jun 02 14:13:55 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 14:59:58 2009 +1000"
      },
      "message": "drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver\n\nReplace the DRM_DEBUG with the DRM_DEBUG_DRIVER to print the debug info\nin i915 driver.\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "f053185948a1bd16329433f5371809765086c1ec",
      "tree": "3027099495a031e627c04a7dcb19e48c77197118",
      "parents": [
        "342dc382c451f75ea202a65e6f529bdff6d184cd"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Tue Jun 02 14:12:47 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Jun 12 14:59:42 2009 +1000"
      },
      "message": "drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_mode\n\nReplace the DRM_DEBUG with DRM_DEBUG_MODE macro to print the info in drm_mode.\n\nairlied:- fixed up to remove a conflicting #define\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "342dc382c451f75ea202a65e6f529bdff6d184cd",
      "tree": "9d776a21e2df65165b04fd620a0e9d86b06ab4ad",
      "parents": [
        "7fb85bfb54a64e9dd82ee4a79022c38ab58f21a0"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Tue Jun 02 14:12:00 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 18:40:44 2009 +1000"
      },
      "message": "drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvo\n\nUse the DRM_DEBUG_KMS/DEBUG_LOG_KMS to print the debug info for\nSDVO device.\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "7fb85bfb54a64e9dd82ee4a79022c38ab58f21a0",
      "tree": "55dff991d28dc0a45f6abafa74ce07f037630bb8",
      "parents": [
        "4fefcb27050b98c97b1c32bc710fc2f874449dee"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Tue Jun 02 14:10:49 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 18:40:36 2009 +1000"
      },
      "message": "drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvds\n\nUse the DRM_DEBUG_KMS macro definition to print the debug info for\nthe LVDS.\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "4fefcb27050b98c97b1c32bc710fc2f874449dee",
      "tree": "1983f5ca546dab13d56ad8207762fee6088c9079",
      "parents": [
        "df4f7fe7bd516b3833e25c692c3970e22038a6ca"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Tue Jun 02 14:09:47 2009 +0800"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 18:36:36 2009 +1000"
      },
      "message": "drm: add separate drm debugging levels\n\nNow all the DRM debug info will be reported if the boot option of\n\"drm.debug\u003d1\" is added. Sometimes it is inconvenient to get the debug\ninfo in KMS mode. We will get too much unrelated info.\n\nThis will separate several DRM debug levels and the debug level can be used\nto print the different debug info. And the debug level is controlled by the\nmodule parameter of drm.debug\n\nIn this patch it is divided into four debug levels;\n       \tdrm_core, drm_driver, drm_kms, drm_mode.\n\nAt the same time we can get the different debug info by changing the debug\nlevel. This can be done by adding the module parameter. Of course it can\nbe changed through the /sys/module/drm/parameters/debug after the system is\nbooted.\n\nFour debug macro definitions are provided.\n\tDRM_DEBUG(fmt, args...)\n\tDRM_DEBUG_DRIVER(prefix, fmt, args...)\n\tDRM_DEBUG_KMS(prefix, fmt, args...)\n\tDRM_DEBUG_MODE(prefix, fmt, args...)\n\nWhen the boot option of \"drm.debug\u003d4\" is added, it will print the debug info\nusing DRM_DEBUG_KMS macro definition.\nWhen the boot option of \"drm.debug\u003d6\" is added, it will print the debug info\nusing DRM_DEBUG_KMS/DRM_DEBUG_DRIVER.\n\nSometimes we expect to print the value of an array.\nFor example: SDVO command,\nIn such case the following four DRM debug macro definitions are added:\n\tDRM_LOG(fmt, args...)\n\tDRM_LOG_DRIVER(fmt, args...)\n\tDRM_LOG_KMS(fmt, args...)\n\tDRM_LOG_MODE(fmt, args...)\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "df4f7fe7bd516b3833e25c692c3970e22038a6ca",
      "tree": "69d2b384e184985d1b0864a18c3fdee375619c71",
      "parents": [
        "2ff2e8a3e1898e692b604424c384f134009dea80"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 16:16:10 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 16:16:10 2009 +1000"
      },
      "message": "radeon: remove _DRM_DRIVER from the preadded sarea map\n\nThis shouldn\u0027t be there and is what broke r600 late in the 2.6.30\nrelease cycle with Ben\u0027s patch.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "2ff2e8a3e1898e692b604424c384f134009dea80",
      "tree": "7eab469b77ef1635ea144baaf3202dffc6bd8d51",
      "parents": [
        "b798b1fe3b6436275ad1b517a6823d55e3b75c22"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Tue May 26 10:35:52 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 16:15:29 2009 +1000"
      },
      "message": "drm: don\u0027t associate _DRM_DRIVER maps with a master\n\nA driver will use the _DRM_DRIVER map flag to indicate that it wants\nto be responsible for removing the map itself, bypassing the DRM\u0027s\nautomagic cleanup code.\n\nSince the multi-master changes this has been broken, resulting in some\ndrivers having their registers unmapped before it\u0027s finished with them.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "b798b1fe3b6436275ad1b517a6823d55e3b75c22",
      "tree": "07716b92572a77955b5447bad45a57c455ba61aa",
      "parents": [
        "1bcbf3948876e31a8ece28597dec447611ad9c8b"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@crashcourse.ca",
        "time": "Wed Jun 10 12:43:49 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 16:10:30 2009 +1000"
      },
      "message": "drm: simplify kcalloc() call to kzalloc().\n\nCalls to kcalloc() for a single element can be simplified to calls to\nkzalloc().\n\nSigned-off-by: Robert P. J. Day \u003crpjday@crashcourse.ca\u003e\nCc: Dave Airlie \u003cairlied@linux.ie\u003e\nCc: Eric Anholt \u003ceric@anholt.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "1bcbf3948876e31a8ece28597dec447611ad9c8b",
      "tree": "f780045c748b953e1b20b706c983f575006f5425",
      "parents": [
        "dcae3626d031fe6296b1e96a16f986193a41f840"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Wed Jun 10 12:43:48 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 11 16:10:29 2009 +1000"
      },
      "message": "intelfb: fix spelling of \"CLOCK\"\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nCc: Eric Anholt \u003ceric@anholt.net\u003e\nCc: Dave Airlie \u003cairlied@linux.ie\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "03d6069912babc07a3da20e715dd6a5dc8f0f867",
      "tree": "f12ea01a80573b4bd88a30b7da44ec1012f371be",
      "parents": [
        "2939e1f5331455d17a4a704dd6210e1474002545"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Fri Jun 05 18:19:56 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 15:20:55 2009 -0700"
      },
      "message": "drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)\n\nWith the DRM-driven DPMS code, encoders are considered idle unless a\nconnector is hooked to them, so mode setting is skipped. This makes load\ndetection fail as none of the hardware is enabled.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "2939e1f5331455d17a4a704dd6210e1474002545",
      "tree": "15679a405ce113260f755ab1f441e620ae7cc8db",
      "parents": [
        "21d509e339565c82887733c02465bb7f5866c8f5"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:46:03 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 14:51:39 2009 -0700"
      },
      "message": "drm/i915: NOMEM-\u003eNOSPC\n\nTo differentiate between encountering an out-of-memory error with running\nout of space in the aperture, use ENOSPC for the later.\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "21d509e339565c82887733c02465bb7f5866c8f5",
      "tree": "71ced4feec07b21a43137c3f207cbf1c77e2df4a",
      "parents": [
        "b1ce786cb85280490ca3c29a62ddf8608826b414"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:46:02 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 14:51:18 2009 -0700"
      },
      "message": "drm/i915: use I915_GEM_GPU_DOMAINS\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "b1ce786cb85280490ca3c29a62ddf8608826b414",
      "tree": "01c0eeda679de2a679f2e35a3495a6d5ec2b2bb4",
      "parents": [
        "1f803ee5cea67d2387aeedb4b07e645a743729de"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:46:00 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 14:41:37 2009 -0700"
      },
      "message": "drm/i915: no need to hold mutex for object lookup\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "1f803ee5cea67d2387aeedb4b07e645a743729de",
      "tree": "4eec806dcc444bec0482d3e67ba1d2f2e06c1e0b",
      "parents": [
        "5f26a2c7ad6eba97141e8372f3def282f934b169"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:45:59 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 14:41:26 2009 -0700"
      },
      "message": "drm/i915: Call drm_vblank_post_modeset() on error paths.\n\nEnsure that the drm_vblank_pre_modeset() is always balanced by\ndrm_vblank_post_modeset() within intel_crtc_mode_set().\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "5f26a2c7ad6eba97141e8372f3def282f934b169",
      "tree": "355040e2e6eb308afc3b93e39f3b052b63c4b7bc",
      "parents": [
        "83d60795157c83389e6aaa0532d5e19afa976a24"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:45:58 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 13:54:05 2009 -0700"
      },
      "message": "drm/i915: OR in the COMMAND read domain for the batch buffer.\n\nThe batch buffer may be shared with another read buffer, so we should not\nignore any previously set domains, but just or in the command domain (and\ncheck that the buffer is not writable).\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "83d60795157c83389e6aaa0532d5e19afa976a24",
      "tree": "73ccda19411b2b6228a54c0869cfa114da617611",
      "parents": [
        "fa0864b26b4bfa1dd4bb78eeffbc1f398cb56425"
      ],
      "author": {
        "name": "Chris Wilson",
        "email": "chris@chris-wilson.co.uk",
        "time": "Sat Jun 06 09:45:57 2009 +0100"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 13:52:57 2009 -0700"
      },
      "message": "drm/i915: Sanity check execbuffer arguments before touching state.\n\nBy sending a broken execbuffer (its length was not suitably aligned) I\ntriggered an operation upon a freed object. The invalid alignment was\ndiscovered after updating the write_domain on the object but before the\nobject was placed on the active queue. So during the unwind process\nfollowing the error, the now freed object attempts to flush its\nnon-existent, but outstanding, GPU writes causing this use-after-free.\n\n[drm:i915_dispatch_gem_execbuffer] *ERROR* alignment\n[drm:i915_gem_execbuffer] *ERROR* dispatch failed -22\nWARNING: at lib/kref.c:43 warn_slowpath_null+0x10/0x15()\nModules linked in:\nPid: 4552, comm: lt-csi-drm Not tainted 2.6.30-rc6 #423\nCall Trace:\n [\u003cc0119ef3\u003e] warn_slowpath_fmt+0x57/0x6d\n [\u003cc014de24\u003e] ? get_pageblock_migratetype+0x18/0x1e\n [\u003cc014e8fd\u003e] ? free_hot_page+0xa/0xc\n [\u003cc014e915\u003e] ? __free_pages+0x16/0x1f\n [\u003cc0153ebf\u003e] ? shmem_truncate_range+0x63e/0x656\n [\u003cc015fb2f\u003e] ? slob_page_alloc+0x146/0x1c8\n [\u003cc0119f19\u003e] warn_slowpath_null+0x10/0x15\n [\u003cc01f55f2\u003e] kref_get+0x1b/0x21\n [\u003cc02605db\u003e] i915_gem_object_move_to_active+0x1f/0x56\n [\u003cc0261302\u003e] i915_add_request+0x156/0x19a\n [\u003cc026136e\u003e] i915_gem_object_flush_gpu_write_domain+0x28/0x3f\n [\u003cc0261eca\u003e] i915_gem_object_unbind+0x4a/0x124\n [\u003cc0261fd7\u003e] i915_gem_free_object+0x33/0x9b\n [\u003cc0250d6b\u003e] drm_gem_object_free+0x28/0x4a\n [\u003cc0250d43\u003e] ? drm_gem_object_free+0x0/0x4a\n [\u003cc01f55ce\u003e] kref_put+0x38/0x41\n [\u003cc0250cbf\u003e] drm_gem_object_unreference+0x11/0x13\n [\u003cc0250d06\u003e] drm_gem_object_handle_unreference+0x1e/0x21\n [\u003cc0250d13\u003e] drm_gem_object_release_handle+0xa/0xe\n [\u003cc01f3e6b\u003e] idr_for_each+0x5f/0x98\n [\u003cc0250d09\u003e] ? drm_gem_object_release_handle+0x0/0xe\n [\u003cc0250daf\u003e] drm_gem_release+0x22/0x34\n [\u003cc025046f\u003e] drm_release+0x1e8/0x3c4\n [\u003cc0162d25\u003e] __fput+0xaf/0x146\n [\u003cc0162dce\u003e] fput+0x12/0x14\n [\u003cc01605ef\u003e] filp_close+0x48/0x52\n [\u003cc011b182\u003e] put_files_struct+0x57/0x9b\n [\u003cc011b1e4\u003e] exit_files+0x1e/0x20\n [\u003cc011c6b6\u003e] do_exit+0x16d/0x511\n [\u003cc03704ab\u003e] ? __schedule+0x3d4/0x3e5\n [\u003cc0103f0d\u003e] ? handle_irq+0xd/0x69\n [\u003cc011caa7\u003e] do_group_exit+0x4d/0x73\n [\u003cc011cae0\u003e] sys_exit_group+0x13/0x17\n [\u003cc010268c\u003e] sysenter_do_call+0x12/0x2b\n\nSigned-off-by: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "fa0864b26b4bfa1dd4bb78eeffbc1f398cb56425",
      "tree": "e44939a9c408759baf7c005bcf6b37b349b44e76",
      "parents": [
        "80a538e49daddbf3bf783f3464e91bd3181957b2"
      ],
      "author": {
        "name": "Michael Cousin",
        "email": "mika.cousin@gmail.com",
        "time": "Fri Jun 05 21:16:22 2009 +0200"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 11:56:12 2009 -0700"
      },
      "message": "drm/i915: Skip lvds with Aopen i945GTt-VFA\n\nSigned-off-by: Michael Cousin \u003cmika.cousin@gmail.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "036a4a7d9272582fc7370359515d807393e2f728",
      "tree": "1f6be44c18dd9823155e60d9bc53260a41b40630",
      "parents": [
        "d765898970f35acef960581f678b9da9d5c779fa"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Mon Jun 08 14:40:19 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 11:15:27 2009 -0700"
      },
      "message": "drm/i915: handle interrupt on new chipset\n\nUpdate interrupt handling methods for IGDNG with new registers\nfor display and graphics interrupt functions. As we won\u0027t use\nirq-based vblank sync in dri2, so display interrupt on new chip\nwill be used for hotplug only in future.\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "d765898970f35acef960581f678b9da9d5c779fa",
      "tree": "07465dd7221dfef8624c9f2982e3cd2c01bf4775",
      "parents": [
        "1b8e69662e1a086878bf930a6042daf7f8a076cc"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes at virtuousgeek.org",
        "time": "Fri Jun 05 14:41:29 2009 +0000"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Jun 09 11:15:07 2009 -0700"
      },
      "message": "drm/i915: enable MCHBAR if needed\n\nUsing the new PNP resource checking code, this patch allows the i915\ndriver to allocate MCHBAR space if needed and use the BAR to determine\ncurrent memory settings.\n\n[apw@canonical.com: moved to the new generic PNP resource interface]\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Andy Whitcroft \u003capw@canonical.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n\nfailure to update-index after git-am --reject to hand-apply\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "27704a16c9e0fb4c6b04344c7c4c40ac16148ec0",
      "tree": "12d63907313d6a5a9483180824df512674301cd6",
      "parents": [
        "e9e10124e269a39de089c5e0d9936fae2ff889b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 05 10:21:52 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 05 10:21:52 2009 -0700"
      },
      "message": "Revert \"drm: don\u0027t associate _DRM_DRIVER maps with a master\"\n\nThis reverts commit 6c51d1cfa0a370b48a157163340190cf5fd2346b, which\napparently causes DRI initialization failures on Radeons.\n\nReported-by: Markus Trippelsdorf \u003cmarkus@trippelsdorf.de\u003e\nRequested-by: Dave Airlie \u003cairlied@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b66d18ddb16603d1e1ec39cb2ff3abf3fd212180",
      "tree": "4328633189eae071e2e2a43a4406ecff477c3a90",
      "parents": [
        "42c2798b35b95c471877133e19ccc3cab00e9b65"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Fri May 15 14:11:48 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:22:33 2009 +0000"
      },
      "message": "drm/i915: avoid non-atomic sysrq execution\n\nThe sysrq functions are executed in hardirq context, so we shouldn\u0027t be\ncalling sleeping functions from them, like mutex_locks or memory\nallocations.\n\nFix up the i915 sysrq handler to avoid this.\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "42c2798b35b95c471877133e19ccc3cab00e9b65",
      "tree": "cb0753984d1bc5bd335c99d6ef30c3de103412fd",
      "parents": [
        "70aa96ca2d8d938fc036ef8fd189b0151f4fc3ba"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Tue May 05 13:13:16 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:22:31 2009 +0000"
      },
      "message": "drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_count\n\nAll G4x and newer chips use the new style frame count register, with a\nfull 32 bit frame count.  Update the code to reflect this.\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "70aa96ca2d8d938fc036ef8fd189b0151f4fc3ba",
      "tree": "2010e1370ba5e12f71dde27da2b297fe4a400ed2",
      "parents": [
        "714605e4a05787c51a5ac36c926d2169cfdfbfba"
      ],
      "author": {
        "name": "Jarod Wilson",
        "email": "jarod@redhat.com",
        "time": "Wed May 27 17:20:39 2009 -0400"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:22:30 2009 +0000"
      },
      "message": "drm/i915: add ignore lvds quirk info for AOpen Mini PC\n\nFix a FIXME in the intel LVDS bring-up code, adding the appropriate\nblacklist entry for the AOpen Mini PC, courtesy of a dmidecode\ndump from Florian Demmer.\n\nSigned-off-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nCC: Florian Demmer \u003cflorian@demmer.org\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "714605e4a05787c51a5ac36c926d2169cfdfbfba",
      "tree": "5e8979209866a8f46af3994dfe3384f3142de8d0",
      "parents": [
        "9b9d172d06b0f2d51cc9431e2c6c3055f0cf10ef"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Sun May 31 17:18:07 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:22:19 2009 +0000"
      },
      "message": "drm/i915: Initialize the SDVO device based on the sdvo info parsed from VBT\n\nhttp://bugs.freedesktop.org/show_bug.cgi?id\u003d20429\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\n[anholt: Massive cleanup of the slave addr function]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "9b9d172d06b0f2d51cc9431e2c6c3055f0cf10ef",
      "tree": "64721f8599a6cb39706cc9c48ce04c17f7377911",
      "parents": [
        "59a036cfbd29aadf40d2b754cfebee2a96268752"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Sun May 31 17:17:17 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:13:05 2009 +0000"
      },
      "message": "drm/i915: parse VBT general definition block to get the SDVO device info\n\nThe general definition block contains the child device tables, which include\nthe SDVO device info. For example: device slave address, device dvo port,\ndevice type.\n\nWe will get the info of SDVO device by parsing the general definition blocks.\nOnly when a valid slave address is found, it is regarded as the SDVO device.\nAnd the info of DVO port and slave address is recorded.\n\nhttp://bugs.freedesktop.org/show_bug.cgi?id\u003d20429\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "59a036cfbd29aadf40d2b754cfebee2a96268752",
      "tree": "c81888ad247f2600e1e90085e2e8455f8362bba6",
      "parents": [
        "040d87f15a0129242463d3ed7c48381505f596e2"
      ],
      "author": {
        "name": "yakui_zhao",
        "email": "yakui.zhao@intel.com",
        "time": "Sun May 31 17:16:22 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:13:02 2009 +0000"
      },
      "message": "drm/i915: Add the structure of child_device_config in video BIOS tables.\n\nSigned-off-by: Zhao Yakui \u003cyakui.zhao@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "040d87f15a0129242463d3ed7c48381505f596e2",
      "tree": "96d5271abb5b8b05feb03dc8861f48da9927df35",
      "parents": [
        "2245fda810f870dce9b030e6aa604320abba53a5"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:33 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 14:12:59 2009 +0000"
      },
      "message": "drm/i915: Add Display Port register defines\n\nThis adds the register definitions for the display port enable register\nalong with those for the GMCH and Link M/N ratios required to drive display\nport outputs.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "2245fda810f870dce9b030e6aa604320abba53a5",
      "tree": "be26cc026f98182ede2afe50929ac16645dc4412",
      "parents": [
        "cb66c692d1ae257f32dc7f6085cf9cb9f2f6bab8"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:29 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 13:09:04 2009 +0000"
      },
      "message": "drm/i915: Don\u0027t trim cursor addresses to 11 bits\n\nWe can safely assume that cursor addresses will not extend beyond the\naddressable screen dimensions; setting the additional bits is harmless in\nany case.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "cb66c692d1ae257f32dc7f6085cf9cb9f2f6bab8",
      "tree": "c707469433b04eaf3e1ed245d51c301b4eb1274e",
      "parents": [
        "541998a18b72d2cac48b3369fa4540116ff3f0a8"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Sun May 31 16:58:32 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 12:53:26 2009 +0000"
      },
      "message": "drm/i915: Set correct TV detection voltage level override values\n\nWe detect TV connect status by setting DAC voltage level override\nvalues as 0.7 voltage for DAC_A/B/C. The corresponding 2-bits shold be 0x2,\nIn order correctly to set last bit as 0, at first we must clean it.\n\nIt fixed freedesktop.org bug #21204\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "541998a18b72d2cac48b3369fa4540116ff3f0a8",
      "tree": "0173c46d2a51118583aa46f2854509076ef90ada",
      "parents": [
        "30ad48b7334a2eb2edf22f6c91f7b3f22a22a837"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:44 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:35:49 2009 +0000"
      },
      "message": "drm/i915: Add LVDS support for IGDNG\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "30ad48b7334a2eb2edf22f6c91f7b3f22a22a837",
      "tree": "01efd9f1172ca1c7820c7c4f0830e599e5da1ce7",
      "parents": [
        "2c07245fb8f7f0a282282e5a9747e46defdb2cc7"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:43 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:35:17 2009 +0000"
      },
      "message": "drm/i915: Add HDMI support on IGDNG\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "2c07245fb8f7f0a282282e5a9747e46defdb2cc7",
      "tree": "101944c42c459c42c2d362efe9c3762aeece4f19",
      "parents": [
        "2cce0d8740f0d1454d012401257d96c513ce358f"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:42 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:34:51 2009 +0000"
      },
      "message": "drm/i915: enable kernel modesetting on IGDNG\n\nThis adds kernel mode setting on IGDNG with VGA output support.\nNote that suspend/resume doesn\u0027t work yet.\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "2cce0d8740f0d1454d012401257d96c513ce358f",
      "tree": "805f344d0c1e4d7704b0095684f52ef624c50289",
      "parents": [
        "e170b030dcd6aed11dde2d124c09991ec771f529"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:41 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:34:30 2009 +0000"
      },
      "message": "drm/i915: Disable tiling on IGDNG for now\n\nSwizzle bit detection not working right on it.\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "e170b030dcd6aed11dde2d124c09991ec771f529",
      "tree": "540dc4c63d1082290926fa88def8aa76821524b7",
      "parents": [
        "b9055052d3e0388b4a5e8c3e0bbab665c5996f50"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:40 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:34:16 2009 +0000"
      },
      "message": "drm/i915: Disable opregion on IGDNG for now\n\nDisable OpRegion support for now until verified on new chipsets.\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "b9055052d3e0388b4a5e8c3e0bbab665c5996f50",
      "tree": "b73ec0f6a471d3b8b89d584f83a0b11a11acd7a5",
      "parents": [
        "280da227c870a50f669de0c8d46bfb2c62da9995"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:38 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:34:01 2009 +0000"
      },
      "message": "drm/i915: Add new chipset register definitions\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "280da227c870a50f669de0c8d46bfb2c62da9995",
      "tree": "5fd455c04c9bc2fa4ae00acab8db382746f54d7a",
      "parents": [
        "32cb055b57eab803ea82b76dc913b0378e5af145"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyuw@linux.intel.com",
        "time": "Fri Jun 05 15:38:37 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri Jun 05 11:34:00 2009 +0000"
      },
      "message": "drm/i915: Add chipset/feature defines for for new chipsets\n\nSigned-off-by: Zhenyu Wang \u003czhenyuw@linux.intel.com\u003e\n[anholt: dropped drm_pciids.h hunk to avoid loading an incomplete driver]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "b87297fb405ef13cac375f202d114323b076a56d",
      "tree": "dee71f28b6e8b88668bc77b5c23fa7733f5e5916",
      "parents": [
        "b63254c71a46d7af2e3f00342b0592dfcd77b342",
        "0e7ddf7eeeef5aea85412120539ab5369577faeb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 04 15:23:51 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 04 15:23:51 2009 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:\n  drm/i915: Remove a bad BUG_ON in the fence management code.\n"
    },
    {
      "commit": "b962442e46a9340bdbc6711982c59ff0cc2b5afb",
      "tree": "12cfe74d0061728951b004c5519e961bd9e0b33c",
      "parents": [
        "1fd1c624362819ecc36db2458c6a972c48ae92d6"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Wed Jun 03 07:27:35 2009 +0000"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Jun 04 11:44:22 2009 +0000"
      },
      "message": "drm/i915: Change GEM throttling to be 20ms like the comment says.\n\nkeithp didn\u0027t like the original 20ms plan because a cooperative client could\nbe starved by an uncooperative client.  There may even have been problems\nwith cooperative clients versus cooperative clients.  So keithp changed\nthrottle to just wait for the second to last seqno emitted by that client.\nIt worked well, until we started getting more round-trips to the server\ndue to DRI2 -- the server throttles in BlockHandler, and so if you did more\nthan one round trip after finishing your frame, you\u0027d end up unintentionally\nsyncing to the swap.\n\nFix this by keeping track of the client\u0027s requests, so the client can wait\nwhen it has an outstanding request over 20ms old.  This should have\nnon-starving behavior, good behavior in the presence of restarts, and less\nwaiting.  Improves high-settings openarena performance on my GM45 by 50%.\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\nReviewed-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "1fd1c624362819ecc36db2458c6a972c48ae92d6",
      "tree": "9547e1a861be1a95b854945a46df8010f6d71c8f",
      "parents": [
        "0e7ddf7eeeef5aea85412120539ab5369577faeb"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Wed Jun 03 07:26:58 2009 +0000"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Jun 04 11:43:11 2009 +0000"
      },
      "message": "drm/i915: Save/restore cursor state on suspend/resume.\n\nThis may fix cursor corruption in X on resume, which would persist until\nthe cursor was hidden and then shown again.\n\nV2: Also include the cursor control regs.\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\nReviewed-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "0e7ddf7eeeef5aea85412120539ab5369577faeb",
      "tree": "a47715749f9417b16923ecc004ede367bf404acc",
      "parents": [
        "9fa7eb283c5cdc2b0f4a8cfe6387ed82e5e9a3d3"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Jun 04 11:18:14 2009 +0000"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Jun 04 11:43:09 2009 +0000"
      },
      "message": "drm/i915: Remove a bad BUG_ON in the fence management code.\n\nThis could be triggered by a gtt mapping fault on 965 that decides to\nremove the fence from another object that happens to be active currently.\nSince the other object doesn\u0027t rely on the fence reg for its execution, we\ndon\u0027t wait for it to finish.  We\u0027ll soon be not waiting on 915 most of the\ntime as well, so just drop the BUG_ON.\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "fc43896630a421321a19d7970bac27ac94e9d162",
      "tree": "26128411aeb6fb307ce899b3efec3779196b247d",
      "parents": [
        "6c51d1cfa0a370b48a157163340190cf5fd2346b"
      ],
      "author": {
        "name": "Adam Jackson",
        "email": "ajax@redhat.com",
        "time": "Thu Jun 04 10:20:34 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 10:20:34 2009 +1000"
      },
      "message": "drm: ignore EDID with really tiny modes.\n\nSome EDIDs lie and report tiny modes that aren\u0027t possible. Ignore\nthese modes.\n\nSigned-off-by: Adam Jackson \u003cajax@redhat.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "6c51d1cfa0a370b48a157163340190cf5fd2346b",
      "tree": "0c77e9df84de710e18a6927e6972af12e3cdfd23",
      "parents": [
        "93c05f222413e3a16e8785f252db4726693abd71"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Tue May 26 10:35:52 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:47:49 2009 +1000"
      },
      "message": "drm: don\u0027t associate _DRM_DRIVER maps with a master\n\nA driver will use the _DRM_DRIVER map flag to indicate that it wants\nto be responsible for removing the map itself, bypassing the DRM\u0027s\nautomagic cleanup code.\n\nSince the multi-master changes this has been broken, resulting in some\ndrivers having their registers unmapped before it\u0027s finished with them.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "93c05f222413e3a16e8785f252db4726693abd71",
      "tree": "33e15b80ebd04b9474e3ab493134cfc8671cbe1f",
      "parents": [
        "c9fb15f60eb517c958dec64dca9357bf62bf2201"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinder@kernel.org",
        "time": "Thu Jun 04 09:41:19 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:41:19 2009 +1000"
      },
      "message": "drm/i915: intel_lvds.c fix section mismatch\n\nintel_no_lvds[] does not require __initdata as it is used only by\n\nvoid intel_lvds_init(struct drm_device *dev).\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinder@kernel.org\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "c9fb15f60eb517c958dec64dca9357bf62bf2201",
      "tree": "17c67c910ddc93f7adf0b48d27c0256a89d1dc7e",
      "parents": [
        "e36ebaf49274ffa78f17b62bcae4c92c33b5b391"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:28 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:32:12 2009 +1000"
      },
      "message": "drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.\n\nMaking the drm_crtc.c code recognize the DPMS property and invoke the\nconnector-\u003edpms function doesn\u0027t remove any capability from the driver while\nreducing code duplication.\n\nThat just highlighted the problem with the existing DPMS functions which\ncould turn off the connector, but failed to turn off any relevant crtcs. The\nnew drm_helper_connector_dpms function manages all of that, using the\ndrm_helper-specific crtc and encoder dpms functions, automatically computing\nthe appropriate DPMS level for each object in the system.\n\nThis fixes the current troubles in the i915 driver which left PLLs, pipes\nand planes running while in DPMS_OFF mode or even while they were unused.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "e36ebaf49274ffa78f17b62bcae4c92c33b5b391",
      "tree": "b6e74f25a31af5f15037422eae75a503a31fc95b",
      "parents": [
        "75185c929ed241f5cf1aa28999b8012181e2c7cb"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:26 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:32:12 2009 +1000"
      },
      "message": "drm: set permissions on edid file to 0444\n\nWithout initializing the sysfs attributes for the edid file,\nit was created with mode 0, making it difficult for applications to use.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "75185c929ed241f5cf1aa28999b8012181e2c7cb",
      "tree": "83f771478d9eda18804b4e1891a28e2e379a84ff",
      "parents": [
        "9863871bd1bbf218b921af5e0bc48ca4f6ea9f12"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Sat May 30 20:42:25 2009 -0700"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:32:12 2009 +1000"
      },
      "message": "drm: add newlines to text sysfs files\n\nThe contents of various simple text files in sysfs should end with\na newline to make them easier to read from the console.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "9863871bd1bbf218b921af5e0bc48ca4f6ea9f12",
      "tree": "5e6c5a64fd48d4030fe10da7d541ecf93f6f3cf3",
      "parents": [
        "b8da7de56ca0ad34726478a50d138a29a9ff76cb"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Thu Jun 04 07:08:13 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:14:28 2009 +1000"
      },
      "message": "drm/radeon: fix ring free alignment calculations\n\nfd.o bz#21849\n\nWe were aligning to +16 dwords, instead of to the next 16dword\nboundary in the ring. Fix the calculation to go to the next 16dword\nboundary when space checking.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "b8da7de56ca0ad34726478a50d138a29a9ff76cb",
      "tree": "397f6de53bd166e022422658f5bb841577beff34",
      "parents": [
        "9fa7eb283c5cdc2b0f4a8cfe6387ed82e5e9a3d3"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Tue Jun 02 16:50:35 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Jun 04 09:14:07 2009 +1000"
      },
      "message": "drm: fix irq naming for kms drivers.\n\nallocating devname in the i915 driver was a hack originally and I\nforgot to figure out how to do this properly back then.\n\nSo this is the cleaner version that just picks devname or driver name\nin the irq code.\n\nIt removes the devname allocs from the i915 driver.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "31db5645bda24682dadbc97d5e8a7918ade2a298",
      "tree": "c6a04d75102b54ffb7a9f0f801cb4b23a0b5a0f0",
      "parents": [
        "61c8c67e3ad67ea1d1360f2e88688bd942834756"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri May 29 21:11:27 2009 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri May 29 21:26:38 2009 -0400"
      },
      "message": "ACPI, i915: build fix (v2)\n\ndrivers/built-in.o: In function `intel_opregion_init\u0027:\n(.text+0x9d540): undefined reference to `acpi_video_register\u0027\n\nv2: move under DRM_I915 from DRM_I915_KMS\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\n"
    },
    {
      "commit": "07f4f3e8a24138ca2f3650723d670df25687cd05",
      "tree": "5979aceee3b529594e42a32973c5e31bd750234b",
      "parents": [
        "cfa16a0de5392c54db553ec2233a7110e4b4da7a"
      ],
      "author": {
        "name": "Kristian Høgsberg",
        "email": "krh@redhat.com",
        "time": "Wed May 27 14:37:28 2009 -0400"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Wed May 27 13:06:47 2009 -0700"
      },
      "message": "i915: Set object to gtt domain when faulting it back in\n\nWhen a GEM object is evicted from the GTT we set it to the CPU domain,\nas it might get swapped in and out or ever mmapped regularly.  If the\nobject is mmapped through the GTT it can still get evicted in this way\nby other objects requiring GTT space.  When the GTT mapping is touched\nagain we fault it back into the GTT, but fail to set it back to the\nGTT domain.  This means we fail to flush any cached CPU writes to the\npages backing the object which will then happen \"eventually\", typically\nafter we write to the page through the uncached GTT mapping.\n\n[anholt: Note that userland does do a set_domain(GTT, GTT) when starting\nto access the GTT mapping.  That covers getting the existing mapping of the\nobject synchronized if it\u0027s bound to the GTT.  But set_domain(GTT, GTT)\ndoesn\u0027t do anything if the object is currently unbound.  This fix covers the\ntransition to being bound for GTT mapping.]\n\nFixes glyph and other pixmap corruption during swapping.  fd.o bug #21790\n\nSigned-off-by: Kristian Høgsberg \u003ckrh@redhat.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "cfa16a0de5392c54db553ec2233a7110e4b4da7a",
      "tree": "dece86a45e71828827ef597b1bd3363149a6d655",
      "parents": [
        "e76a16deb8785317a23cca7204331af053e0fb4e"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 26 18:46:16 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 26 19:11:33 2009 -0700"
      },
      "message": "drm/i915: Apply a big hammer to 865 GEM object CPU cache flushing.\n\nOn the 865, but not the 855, the clflush we do appears to not actually make\nit out to the hardware all the time.  An easy way to safely reproduce was\nX -retro, which would show that some of the blits involved in drawing the\nlovely root weave didn\u0027t make it out to the hardware.  Those blits are 32\nbytes each, and 1-2 would be missing at various points around the screen.\nOther experimentation (doing more clflush, doing more AGP chipset flush,\npoking at some more device registers to maybe trigger more flushing) didn\u0027t\nhelp.  krh came up with the wbinvd as a way to successfully get all those\nblits to appear.\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "e76a16deb8785317a23cca7204331af053e0fb4e",
      "tree": "5a5c2197914c84d21ce4e31942ecfcc9d083b602",
      "parents": [
        "cd86a536c81e9300d984327517548ca0652eebf9"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 26 17:44:56 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 26 19:11:31 2009 -0700"
      },
      "message": "drm/i915: Fix tiling pitch handling on 8xx.\n\nThe pitch field is an exponent on pre-965, so we were rejecting buffers\non 8xx that we shouldn\u0027t have.  915 got lucky in that the largest legal\nvalue happened to match (8KB / 512 \u003d 0x10), but 8xx has a smaller tile width.\nAdditionally, we programmed that bad value into the register on 8xx, so the\nonly pitch that would work correctly was 4096 (512-1023 pixels), while others\nwould probably give bad rendering or hangs.\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n\nfd.o bug #20473.\n"
    },
    {
      "commit": "ebd4c994d2f917dffec882e7a77c28c6b28758ac",
      "tree": "1b25626dacb31bc7004d5fd455a13be14a605fb1",
      "parents": [
        "299297c63686948aab5af1534629a0a740af6688",
        "e4a5d54f924ea5ce2913d9d0687d034004816465"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 26 14:48:36 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 26 14:48:36 2009 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:\n  drm/i915: Add support for VGA load detection (pre-945).\n  drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.\n  drm/i915: Determine type before initialising connector\n  drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.\n  drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them\n  i915: support 8xx desktop cursors\n  drm/i915: allocate large pointer arrays with vmalloc\n"
    },
    {
      "commit": "e4a5d54f924ea5ce2913d9d0687d034004816465",
      "tree": "d9b993eac81a8667cc1591f16ba884e1fd549a07",
      "parents": [
        "619ac3b75a1e9b2df66857f6a0fb466f1da5fa9e"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Tue May 26 11:31:00 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 26 10:34:47 2009 -0700"
      },
      "message": "drm/i915: Add support for VGA load detection (pre-945).\n\nTwo approaches for VGA detections: hot plug detection for 945G onwards\nand load pipe detection for Pre-945G.  Load pipe detection will get one free\npipe, set border color as red and blue, then check CRT status by\nswf register.  This is a sync-up with the 2D driver.\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "619ac3b75a1e9b2df66857f6a0fb466f1da5fa9e",
      "tree": "2a67e21c57157bae694c1cc780fbbf36830144ca",
      "parents": [
        "ad5b2a6db3eddc41358d8a73f5cfe1c38e7e3a19"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Mon May 18 16:12:46 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri May 22 13:21:31 2009 -0700"
      },
      "message": "drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.\n\nPreviously, we would set the control bus switch before calls were made\nto request EDID information over DDC.  But recently the DDC code started\ndoing multiple I2C transfers to get the EDID extensions as well.  This\ntripped up SDVO, because the control bus switch is only in effect until\nthe next STOP after a START.  By doing our own algo, we can wrap each i2c\ntransaction on the DDC I2C bus with the control bus switch it requires.\n\nfreedesktop.org bug #21042\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\n[anholt: Hand application for conflict, fixed error path]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "ad5b2a6db3eddc41358d8a73f5cfe1c38e7e3a19",
      "tree": "27dfd0914e2d1704a53de795d53c27bba79e79f7",
      "parents": [
        "7086c87fb1446ceb37918ffa0941359a7c2ec6cf"
      ],
      "author": {
        "name": "Jonas Bonn",
        "email": "jonas@southpole.se",
        "time": "Fri May 15 09:10:41 2009 +0200"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri May 22 12:59:29 2009 -0700"
      },
      "message": "drm/i915: Determine type before initialising connector\n\ndrm_connector_init sets both the connector type and the connector type_id\non the newly initialised connector.  As the connector type_id is coupled to\nthe connector type, the connector type cannot simply be modified on an\ninitialised connector.\n\nThis patch changes the order of operations on intel_sdvo_init so that the\ntype is determined before the connector is intialised.\n\nThis fixes a bug whereby the name card0-VGA-1 would be allocted to both a\nCRT and an SDVO connector since the SDVO connector would be initialised\nwith type \u0027unknown\u0027 and hence have its type_id assigned from the wrong pool.\n\nSigned-off-by: Jonas Bonn \u003cjonas@southpole.se\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "7086c87fb1446ceb37918ffa0941359a7c2ec6cf",
      "tree": "eb4065bc70955e1b78d77a8646456a8ec7bab15c",
      "parents": [
        "8863170628da4b0b461eb96bf797df1dca0bd03e"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Wed May 13 11:20:06 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri May 22 12:56:02 2009 -0700"
      },
      "message": "drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.\n\nSome new SDVO LVDS hardware doesn\u0027t have DDC available, and this should\nfix the display on it.\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "8863170628da4b0b461eb96bf797df1dca0bd03e",
      "tree": "b5b373d0e61f4c1607952b8bc0b79c354555752e",
      "parents": [
        "14b60391587ab9b2207c4fb6281763a93ae85e0f"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Wed May 13 11:19:55 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri May 22 12:54:22 2009 -0700"
      },
      "message": "drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "14b60391587ab9b2207c4fb6281763a93ae85e0f",
      "tree": "5925182c46bd48205b28a56515c137a87fc49672",
      "parents": [
        "8e7d2b2c6ecd3c21a54b877eae3d5be48292e6b5"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Wed May 20 16:47:08 2009 -0400"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Fri May 22 12:31:14 2009 -0700"
      },
      "message": "i915: support 8xx desktop cursors\n\nFor some reason we never added 8xx desktop cursor support to the\nkernel.  This patch fixes that.\n\n[krh: Also set the size on pre-i915 hw.]\nTested-by: Kristian Høgsberg \u003ckrh@redhat.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "9b6fe313bfce27d4a261257da70196be0ac2bef5",
      "tree": "432b6e5b911a270c1bcf9d14f8e7f22125a523e2",
      "parents": [
        "b674137755bbe2750f997a2a1264db3cdf8abcb3"
      ],
      "author": {
        "name": "Michel Dänzer",
        "email": "daenzer@vmware.com",
        "time": "Wed May 20 13:32:00 2009 +0200"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Wed May 20 11:41:41 2009 -0700"
      },
      "message": "drm: Copy back ioctl data to userspace regardless of return code.\n\nFixes a regression from commit 9d5b3ffc42f7820e8ee07705496955e4c2c38dd9\n(\u0027drm: fixup some of the ioctl function exit paths\u0027): The vblank ioctl\nneeds to update the userspace parameters when interrupted by a signal,\nwhich was prevented by the return code check. This could cause the X\nserver to hang in drmWaitVBlank().\n\nSigned-off-by: Michel Dänzer \u003cdaenzer@vmware.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "b674137755bbe2750f997a2a1264db3cdf8abcb3",
      "tree": "7f1bdc8208dada0449cbba603f7aefb2a7cd3c27",
      "parents": [
        "279e677faa775ad16e75c32e1bf4a37f8158bc61"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 18 11:56:16 2009 +1000"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Tue May 19 15:35:33 2009 -0700"
      },
      "message": "drm: Round size of SHM maps to PAGE_SIZE\n\nCurrently, userspace can fail to obtain the SAREA mapping (among other\nreasons) if it passes SAREA_MAX to drmAddMap without aligning it to the\npage size. This breaks for example on PowerPC with 64K pages and radeon\ndespite the kernel radeon actually doing the right rouding in the first\nplace.\n\nThe way SAREA_MAX is defined with a bunch of ifdef\u0027s and duplicated\nbetween libdrm and the X server is gross, ultimately it should be\nretrieved by userspace from the kernel, but in the meantime, we have\nplenty of existing userspace built with bad values that need to work.\n\nThis patch works around broken userspace by rounding the requested size\nin drm_addmap_core() of any SHM map to the page size. Since the backing\nmemory for SHM maps is also allocated within addmap_core, there is no\ndanger of adjacent memory being exposed due to the increased map size.\nThe only side effect is that drivers that previously tried to create or\naccess SHM maps using a size \u003c PAGE_SIZE and failed (getting -EINVAL),\nwill now succeed at the cost of a little bit more memory used if that\nhappens to be when the map is created.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "8e7d2b2c6ecd3c21a54b877eae3d5be48292e6b5",
      "tree": "704b3affc3b617be2bcd63ddd9865e9adceeb031",
      "parents": [
        "1406de8e11eb043681297adf86d6892ff8efc27a"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Fri May 08 16:13:25 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 19 10:07:14 2009 -0700"
      },
      "message": "drm/i915: allocate large pointer arrays with vmalloc\n\nFor awhile now, many of the GEM code paths have allocated page or\nobject arrays with the slab allocator.  This is nice and fast, but\nwon\u0027t work well if memory is fragmented, since the slab allocator works\nwith physically contiguous memory (i.e. order \u003e 2 allocations are\nlikely to fail fairly early after booting and doing some work).\n\nThis patch works around the issue by falling back to vmalloc for\n\u003ePAGE_SIZE allocations.  This is ugly, but much less work than chaining\na bunch of pages together by hand (suprisingly there\u0027s not a bunch of\ngeneric kernel helpers for this yet afaik).  vmalloc space is somewhat\nprecious on 32 bit kernels, but our allocations shouldn\u0027t be big enough\nto cause problems, though they\u0027re routinely more than a page.\n\nNote that this patch doesn\u0027t address the unchecked\nalloc-based-on-ioctl-args in GEM; that needs to be fixed in a separate\npatch.\n\nAlso, I\u0027ve deliberately ignored the DRM\u0027s \"area\" junk.  I don\u0027t think\nanyone actually uses it anymore and I\u0027m hoping it gets ripped out soon.\n\n[Updated: removed size arg to new free function.  We could unify the\nfree functions as well once the DRM mem tracking is ripped out.]\n\nfd.o bug #20152 (part 1/3)\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "4e3507f7189111b0cb66c30def3423c6aba8f85a",
      "tree": "ee1486b1794d65a8b4bb1bf60ddd8002d1509269",
      "parents": [
        "7c7327d9664280cad833da1f14bad13a3ea8f0bf",
        "815ab0fd40579ad2aa42058298073503648762b9",
        "51991763416251f259efbfe459c16f331f31d01f",
        "5afc4abe7902b8453c248321daa9b13b12d9c838",
        "ecb4aed78dcf09e48c8c34c8c2fa7f5c69344be6",
        "19bde778c1fd2574cc020a618d7d576f260271ca",
        "4973b22aa8c70fe036e3e0039f104cf5bb7fe2b1",
        "975b3c474c13d29337eaf7da8f5f5c0299e4943f",
        "29321357ac6db54eeb8574da1f6c3e0ce8cfbb60",
        "a0bf284bfedd6dc95bbee7ebf5ccf3b5f753a008",
        "bd32005e126a465deda5d046a62f6bb842f4d9cf"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat May 16 01:55:59 2009 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat May 16 01:55:59 2009 -0400"
      },
      "message": "Merge branches \u0027release\u0027, \u0027bugzilla-13032\u0027, \u0027bugzilla-13041+\u0027, \u0027bugzilla-13121\u0027, \u0027bugzilla-13165\u0027, \u0027bugzilla-13243\u0027, \u0027bugzilla-13259\u0027, \u0027resume-sci-en-regression\u0027, \u0027thermal-regression\u0027, \u0027tsc-regression\u0027 and \u0027asus-2.6.30\u0027 into release\n"
    },
    {
      "commit": "ecb4aed78dcf09e48c8c34c8c2fa7f5c69344be6",
      "tree": "ae3bdf57fc747c69ce2bcd37c02fadf5ad77c101",
      "parents": [
        "091069740304c979f957ceacec39c461d0192158"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Apr 24 11:33:47 2009 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri May 15 22:52:21 2009 -0400"
      },
      "message": "ACPI, i915: build fix\n\ndrivers/built-in.o: In function `intel_opregion_init\u0027:\n(.text+0x9d540): undefined reference to `acpi_video_register\u0027\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d13165\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "40f293ff833f4054de880d105bda0dbb5e2468db",
      "tree": "8ee903bd20476dd2a38e42b1e611f3c8d1142bb6",
      "parents": [
        "8c21f34126222239450717b78dda0c4962d9ebfa",
        "08d7b3d1edff84bd673d9e9ab36b5aa62e1ba903"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 13:22:11 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 13:22:11 2009 -0700"
      },
      "message": "Merge branch \u0027drm-intel-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel\n\n* \u0027drm-intel-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:\n  drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.\n  drm/i915: Set HDMI hot plug interrupt enable for only the output in question.\n  drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.\n  drm/i915: Use the GM45 VGA hotplug workaround on G45 as well.\n  drm/i915: ignore LVDS on intel graphics systems that lie about having it\n  drm/i915: sanity check IER at wait_request time\n  drm/i915: workaround IGD i2c bus issue in kernel side (v2)\n  drm/i915: Don\u0027t allow binding objects into the last page of the aperture.\n  drm/i915: save/restore fence registers across suspend/resume\n  drm/i915: x86 always has writeq. Add I915_READ64 for symmetry.\n"
    },
    {
      "commit": "364b5b7b1d793a7f98be55b6b154716dcae78dfc",
      "tree": "2c8d2571bde15bf7c376bd222b3cc916bd52c13d",
      "parents": [
        "45d447406a19cbfd42720f066f156f4eb9d68801"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Wed May 13 21:56:59 2009 -0500"
      },
      "committer": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Fri May 15 07:56:24 2009 -0500"
      },
      "message": "sysrq, intel_fb: fix sysrq g collision\n\nCommit 79e539453b34e35f39299a899d263b0a1f1670bd introduced a\nregression where you cannot use sysrq \u0027g\u0027 to enter kgdb.  The solution\nis to move the intel fb sysrq over to V for video instead of G for\ngraphics.  The SMP VOYAGER code to register for the sysrq-v is not\nanywhere to be found in the mainline kernel, so the comments in the\ncode were cleaned up as well.\n\nThis patch also cleans up the sysrq definitions for kgdb to make it\ngeneric for the kernel debugger, such that the sysrq \u0027g\u0027 can be used\nin the future to enter a gdbstub or another kernel debugger.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nAcked-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "08d7b3d1edff84bd673d9e9ab36b5aa62e1ba903",
      "tree": "0dcbb40ceb39aafab750bb06e2cd165dd906f8d3",
      "parents": [
        "9d2949a4cdb77b9b5c243c79be6489d34d770c7c"
      ],
      "author": {
        "name": "Carl Worth",
        "email": "cworth@cworth.org",
        "time": "Wed Apr 29 14:43:54 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:32 2009 -0700"
      },
      "message": "drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.\n\nThis allows userlevel code to discover the pipe number corresponding\nto a given CRTC ID. This is necessary for doing pipe-specific\noperations such as waiting for vblank on a given CRTC.  Failure to use\nthe right pipe mapping can result in GPU hangs, or at least failure\nto actually sync to vblank.\n\nSigned-off-by: Carl Worth \u003ccworth@cworth.org\u003e\n[anholt: Style touchups from review]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "9d2949a4cdb77b9b5c243c79be6489d34d770c7c",
      "tree": "2cce38e2911d524bdf0c326404138b53ab1e6af4",
      "parents": [
        "c9ed4486bdee3b54cb544fc181057bc6bf1ae45c"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Mon May 11 11:33:22 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:31 2009 -0700"
      },
      "message": "drm/i915: Set HDMI hot plug interrupt enable for only the output in question.\n\nWe detect HDMI output connection status by writing to HOT Plug Interrupt\nDetect Enable bit in PORT_HOTPLUG_EN.  The behavior will generate a specified\ninterrupt, which is caught by audio driver, but during one detection driver\nset all Detect Enable bits of HDMIB, HDMIC HDMID, and generate wrong\ninterrupt signals for current output, according to the signals audio driver\nmisunderstand device status. The patch intends to handle corresponding\noutput precisely.\n\nIt fixed freedesktop.org bug #21371\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "c9ed4486bdee3b54cb544fc181057bc6bf1ae45c",
      "tree": "11b28f169e46a22dea7d1a235d83d3c89e2705e8",
      "parents": [
        "e92597cffffabe9a9a85db462045330970c498d0"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Wed May 13 15:08:27 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:30 2009 -0700"
      },
      "message": "drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.\n\nIt fixed bug #21659\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\n[anholt: hand-applied because git-am is too picky]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "e92597cffffabe9a9a85db462045330970c498d0",
      "tree": "d4745c0480f2f555e12db65a71c8f2e3c7b01d3a",
      "parents": [
        "425d244c86700bdbc68d096c812336b6a5b9b4e9"
      ],
      "author": {
        "name": "Ma Ling",
        "email": "ling.ma@intel.com",
        "time": "Wed May 13 14:46:12 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:29 2009 -0700"
      },
      "message": "drm/i915: Use the GM45 VGA hotplug workaround on G45 as well.\n\nAlthough spec say CRT_HOTPLUG_ACTIVATION_PERIOD_64 is only useful for\nmobile platform, it is also required to detect vga on G4x desktops correctly.\nTested on G45/G43/Q45 platforms with no regressions.\n\nIt fixed freedesktop.org bug #21120 and part of bug #21210\n\nSigned-off-by: Ma Ling \u003cling.ma@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "425d244c86700bdbc68d096c812336b6a5b9b4e9",
      "tree": "6214cdc6a5a6f6e771504db85c8f4d9e9e4a70d7",
      "parents": [
        "802c7eb646848d769a07704c16f7a3bbec9e5829"
      ],
      "author": {
        "name": "Jarod Wilson",
        "email": "jarod@redhat.com",
        "time": "Tue May 05 10:00:25 2009 -0400"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:28 2009 -0700"
      },
      "message": "drm/i915: ignore LVDS on intel graphics systems that lie about having it\n\nThere are a number of small form factor desktop systems with Intel mobile\ngraphics chips that lie and say they have an LVDS. With kernel mode-setting,\nthis becomes a problem, and makes native resolution boot go haywire -- for\nexample, my Dell Studio Hybrid, hooked to a 1920x1080 display claims to\nhave a 1024x768 LVDS, and the resulting graphical boot on the 1920x1080\ndisplay uses only the top left 1024x768, and auto-configured X will end\nup only 1024x768 as well. With this change, graphical boot and X\nboth do 1920x1080 as expected.\n\nNote that we\u0027re simply embracing and extending the early bail-out code\nin place for the Mac Mini here. The xorg intel driver uses pci subsystem\ndevice and vendor id for matching, while we\u0027re using dmi lookups here.\nThe MSI addition is courtesy of and tested by Bill Nottingham.\n\nSigned-off-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nTested-by: Bill Nottingham \u003cnotting@redhat.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "802c7eb646848d769a07704c16f7a3bbec9e5829",
      "tree": "49cdcc60c01c0d0893d285423f04d39d7eabfb2b",
      "parents": [
        "0ba0e9e1f173a59ba402a253d356612c821b7a14"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Tue May 05 16:03:48 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:27 2009 -0700"
      },
      "message": "drm/i915: sanity check IER at wait_request time\n\nWe might sleep here anyway so I hope an extra uncached read is ok to\nadd.\n\nIn #20896 we found that vbetool clobbers the IER.  In KMS mode this is\nparticularly bad since we don\u0027t set the interrupt regs late (in\nEnterVT), so we\u0027d fail to get *any* interrupts at all after X started\n(since some distros have scripts that call vbetool at X startup\napparently).\n\nSo this patch checks IER at wait_request time, and re-enables\ninterrupts if it\u0027s been clobbered.  In a proper config this check\nshould never be triggered.\n\nThis is really a distro issue, but having a sanity check is nice, as\nlong as it doesn\u0027t have a real performance hit.\n\nTested-by: Mateusz Kaduk \u003cmateusz.kaduk@gmail.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n[anholt: Moved the check inside of the sleeping case to avoid perf cost]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "0ba0e9e1f173a59ba402a253d356612c821b7a14",
      "tree": "942e1852a2beb7b0ad020c935a4fd18d3d750553",
      "parents": [
        "13f4c435ebf2a7c150ffa714f3b23b8e4e8cb42f"
      ],
      "author": {
        "name": "Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Tue Apr 07 11:02:28 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:26 2009 -0700"
      },
      "message": "drm/i915: workaround IGD i2c bus issue in kernel side (v2)\n\nIn IGD, DPCUNIT_CLOCK_GATE_DISABLE bit should be set, otherwise i2c\naccess will be wrong.\n\nv2: Disable CLOCK_GATE_DISABLE bit after bit bashing as suggested by Eric.\n\nSigned-off-by: Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "13f4c435ebf2a7c150ffa714f3b23b8e4e8cb42f",
      "tree": "8cf39be40bc83d5426497522e393e26901261e8c",
      "parents": [
        "79f11c19a396e8cea7dad322dcfb46c0a8517fe6"
      ],
      "author": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue May 12 15:27:36 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu May 14 16:00:20 2009 -0700"
      },
      "message": "drm/i915: Don\u0027t allow binding objects into the last page of the aperture.\n\nThis should avoid a class of bugs where the hardware prefetches past the\nend of the object, and walks into unallocated memory when the object is\nbound to the last page of the aperture.\n\nfd.o bug #21488\n\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "f29ce72795bf335553ab972606bc576b5473995e",
      "tree": "13f357f24041d55818d91e0ef3c42b6ca9f235fe",
      "parents": [
        "8c9ed899b44c19e81859fbb0e9d659fe2f8630fc"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Tue May 12 09:08:31 2009 -0700"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Tue May 12 09:08:31 2009 -0700"
      },
      "message": "drm/i915: automatically select FRAMEBUFFER_CONSOLE if !EMBEDDED\n\nPeople keep getting bitten by this, so just auto-select it by default,\nassuming most configurations will actually want a console.\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "413f81eba35d6ede9289b0c8a920c013a84fac71",
      "tree": "688a864f1fa822ac9b60b08add6c7e2e9d35a372",
      "parents": [
        "899ad580fe93c6d2a9f364fb0329ef2c259ccd1d",
        "42beefc0093725ec0f8cea340cc54c36ccaceea0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 05 17:02:05 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 05 17:02:05 2009 -0700"
      },
      "message": "Merge branch \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  drm/r128: fix r128 ioremaps to use ioremap_wc.\n  drm: cleanup properly in drm_get_dev() failure paths\n  drm: clean the map list before destroying the hash table\n  drm: remove unreachable code in drm_sysfs.c\n  drm: add control node checks missing from kms merge\n  drm/kms: don\u0027t try to shortcut drm mode set function\n  drm/radeon: bump minor version for occlusion queries support\n"
    },
    {
      "commit": "42beefc0093725ec0f8cea340cc54c36ccaceea0",
      "tree": "837a528b509ed1558b489c4925d07b4282030731",
      "parents": [
        "3788f48a0fad246dbab826e8b2f07b403b0e3279"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed May 06 09:04:52 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed May 06 09:04:52 2009 +1000"
      },
      "message": "drm/r128: fix r128 ioremaps to use ioremap_wc.\n\nThis should allow r128 to start working again since PAT changes.\n\ntaken from F-11 kernel.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "79f11c19a396e8cea7dad322dcfb46c0a8517fe6",
      "tree": "7da6cf901e07655e96de7ea50a2ee597218c71d4",
      "parents": [
        "049ef7e40fc9959db480b2753a1dbe734d98e948"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Thu Apr 30 14:43:44 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Apr 30 16:04:40 2009 -0700"
      },
      "message": "drm/i915: save/restore fence registers across suspend/resume\n\nThis makes software fallbacks not do tiling wrong on i965 and later after\nresume. It also should fix 945 performance reduction after resume which\nwould have disabled tiling without causing any visible effect.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\n[anholt: Fixed up the 915 case to not save/restore the new regs]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "049ef7e40fc9959db480b2753a1dbe734d98e948",
      "tree": "df78069ef8edfc8ffc3b1f741d2c58085ffeaaa0",
      "parents": [
        "091438dd5668396328a3419abcbc6591159eb8d1"
      ],
      "author": {
        "name": "Keith Packard",
        "email": "keithp@keithp.com",
        "time": "Thu Apr 30 14:43:43 2009 -0700"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Thu Apr 30 15:51:02 2009 -0700"
      },
      "message": "drm/i915: x86 always has writeq. Add I915_READ64 for symmetry.\n\ni386 has inline code for writeq and readq, so just use those instead of ugly\nmacros which evaluate arguments multiple times.\n\nSigned-off-by: Keith Packard \u003ckeithp@keithp.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "56a50adda49b2020156616c4eb15353e0f9ad7de",
      "tree": "a0453fde37538653628270258c3291d880a66853",
      "parents": [
        "c2e2ceeae4b5587d412c05cdc31513179d37811d",
        "355d7f370b51bbb6f31aaf9f98861057e1e6bbb2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 28 17:21:20 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 28 17:21:20 2009 -0700"
      },
      "message": "Merge branch \u0027drm-intel-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel\n\n* \u0027drm-intel-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:\n  drm/i915: fix up error path leak in i915_cmdbuffer\n  drm/i915: fix unpaired i915 device mutex on entervt failure.\n  drm/i915: add support for G41 chipset\n  drm/i915: Enable ASLE if present\n  drm/i915: Unregister ACPI video driver when exiting\n  drm/i915: Register ACPI video even when not modesetting\n  drm/i915: fix transition to I915_TILING_NONE\n  drm/i915: Don\u0027t let an oops get triggered from irq_emit without dma init.\n  drm/i915: allow tiled front buffers on 965+\n"
    },
    {
      "commit": "3788f48a0fad246dbab826e8b2f07b403b0e3279",
      "tree": "7396ee3dc83c405d0d7ed8e05de4c87ac705b020",
      "parents": [
        "30ddbd94401a132f4d932775d1902b3c9a8c41b5"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Mon Mar 02 10:37:44 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 15:09:25 2009 +1000"
      },
      "message": "drm: cleanup properly in drm_get_dev() failure paths\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "30ddbd94401a132f4d932775d1902b3c9a8c41b5",
      "tree": "f3876e98de6c9969057e99cbd30df1805a9f30ca",
      "parents": [
        "400138bc8b9fca66d7d40511eaed2dc3a75426c8"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Mon Mar 02 11:13:04 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 15:08:41 2009 +1000"
      },
      "message": "drm: clean the map list before destroying the hash table\n\nThe hash tables contains some of the mapping\nso its really nice to have it for the deletion phase.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "400138bc8b9fca66d7d40511eaed2dc3a75426c8",
      "tree": "0f94e7ad9a1aa750cb787317a276de74e25fb559",
      "parents": [
        "59738d5c974d81b566cb53c203f5db268b7b3545"
      ],
      "author": {
        "name": "Jonas Bonn",
        "email": "jonas@southpole.se",
        "time": "Fri Apr 24 15:06:36 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 15:06:36 2009 +1000"
      },
      "message": "drm: remove unreachable code in drm_sysfs.c\n\nThis code was never going to get called in there.\n\nSigned-off-by: Jonas Bonn \u003cjonas@southpole.se\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "59738d5c974d81b566cb53c203f5db268b7b3545",
      "tree": "7322de299e0a3e3335e8ed0d96fa3b1a63c90dfc",
      "parents": [
        "c964b129425c98cb37da365e772bdbe5281f3a05"
      ],
      "author": {
        "name": "Jonas Bonn",
        "email": "jonas@southpole.se",
        "time": "Fri Apr 24 15:05:02 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 15:05:02 2009 +1000"
      },
      "message": "drm: add control node checks missing from kms merge\n\nThis line that checks the DRM_CONTROL_ALLOW flag was missed from the KMS\nmerge.  Re-add the check on the IOCTL, as this is currently the only use of\nthis flag.\n\nSigned-off-by: Jonas Bonn \u003cjonas@southpole.se\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "c964b129425c98cb37da365e772bdbe5281f3a05",
      "tree": "91eb0fe4f4b3e0cd6cc1c34762689a694ba6e10c",
      "parents": [
        "e8a1344119f3787b822d110336e5dd33f6ffca70"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Wed Apr 22 18:32:56 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 14:47:00 2009 +1000"
      },
      "message": "drm/kms: don\u0027t try to shortcut drm mode set function\n\nWe have a drm_set_config which takes a crtc/encoder/mode setup,\nand checks it to see if it can shortcut and just do a base setup,\nor whether a complete mode setting is required.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "e8a1344119f3787b822d110336e5dd33f6ffca70",
      "tree": "1d53d54b89243895f632bc2fa175a5f26fa26986",
      "parents": [
        "59de2bebabc5027f93df999d59cc65df591c3e6e"
      ],
      "author": {
        "name": "Maciej Cencora",
        "email": "m.cencora@gmail.com",
        "time": "Fri Apr 17 15:55:09 2009 +0200"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 14:45:52 2009 +1000"
      },
      "message": "drm/radeon: bump minor version for occlusion queries support\n\nWe already added support, just need to let userspace\nknow when it can use them.\n\nSigned-off-by: Maciej Cencora \u003cm.cencora@gmail.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "b7f0ab460f772b09a9c664d746236a280fec714c",
      "tree": "12d78bfff3025e7254d93121ce807d9ea5a9f045",
      "parents": [
        "091069740304c979f957ceacec39c461d0192158"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Wed Apr 15 21:46:36 2009 +0100"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Apr 24 00:42:06 2009 -0400"
      },
      "message": "ACPI, i915: Register ACPI video even when not modesetting\n\nThe ACPI video driver defers registration to the i915 driver if the\nsystem supports opregion-mediated backlight control. This registration\nwas only being performed in the KMS case. Ensure it\u0027s done even if we\ndon\u0027t have modesetting enabled.\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d13048\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "355d7f370b51bbb6f31aaf9f98861057e1e6bbb2",
      "tree": "999c1c660c62aa6501bda57d54da684c2713292a",
      "parents": [
        "d816f6ac4f9877509baa3610be0d25b7afc29c00"
      ],
      "author": {
        "name": "Chris Wright",
        "email": "chrisw@sous-sol.org",
        "time": "Fri Apr 17 01:18:55 2009 +0000"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Apr 21 18:25:18 2009 -0700"
      },
      "message": "drm/i915: fix up error path leak in i915_cmdbuffer\n\nCommit 201361a5 introduces a leak when unwinding on error.  Reorder\nunwind, and eliminate leak.\n\nCc: Eric Anholt \u003ceric@anholt.net\u003e\nCc: Keith Packard \u003ckeithp@keithp.com\u003e\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Chris Wright \u003cchrisw@sous-sol.org\u003e\n[anholt: fixed uninit variable use introduced in original patch]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "d816f6ac4f9877509baa3610be0d25b7afc29c00",
      "tree": "daa5c8dfe8b742163c6c6f05a598af1bd4dabe21",
      "parents": [
        "72021788678523047161e97b3dfed695e802a5fd"
      ],
      "author": {
        "name": "Wu Fengguang",
        "email": "fengguang.wu@intel.com",
        "time": "Sat Apr 18 10:43:32 2009 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Apr 21 17:53:38 2009 -0700"
      },
      "message": "drm/i915: fix unpaired i915 device mutex on entervt failure.\n\nSigned-off-by: Wu Fengguang \u003cfengguang.wu@intel.com\u003e\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "72021788678523047161e97b3dfed695e802a5fd",
      "tree": "b62aba6f0d5592d75c0c2409b4f0bb08da3bc8fa",
      "parents": [
        "44ab43155e8071fbf037513e57de9a79044edf56"
      ],
      "author": {
        "name": "Zhenyu Wang",
        "email": "zhenyu.z.wang@intel.com",
        "time": "Mon Nov 17 13:58:11 2008 +0800"
      },
      "committer": {
        "name": "Eric Anholt",
        "email": "eric@anholt.net",
        "time": "Tue Apr 21 17:22:53 2009 -0700"
      },
      "message": "drm/i915: add support for G41 chipset\n\nThis had been delayed for some time due to failure to work on the one piece\nof G41 hardware we had, and lack of success reports from anybody else.\nCurrent hardware appears to be OK.\n\nSigned-off-by: Zhenyu Wang \u003czhenyu.z.wang@intel.com\u003e\n[anholt: hand-applied due to conflicts with IGD patches]\nSigned-off-by: Eric Anholt \u003ceric@anholt.net\u003e\n"
    },
    {
      "commit": "5cab3856e76f4e6dd44731cea054021105e3e02d",
      "tree": "0fce18d11071276dac994765ffc35248438edab2",
      "parents": [
        "2edbdd1266784495979576c4ab4ef294c29bad27",
        "59de2bebabc5027f93df999d59cc65df591c3e6e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 20 08:42:48 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 20 08:42:48 2009 -0700"
      },
      "message": "Merge branch \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  agp: zero pages before sending to userspace\n  drm: check for minor master before allowing drop master.\n  drm: set/clear is_master when master changed\n  drm: clean dirty memory after device release\n  drm: count reaches -1\n"
    },
    {
      "commit": "07f1c7a7f6736d9ec2eba57d209c5f48888d841e",
      "tree": "0f75684fa43612f4f91d7aaeb91273f91097418f",
      "parents": [
        "6b0084266c1d4917ad9259759a1e7bd623cb3888"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Mon Apr 20 09:32:50 2009 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Mon Apr 20 10:04:28 2009 +1000"
      },
      "message": "drm: check for minor master before allowing drop master.\n\nWhen fast user switching a lot eventually we get to the point,\nwhere we were checking for the wrong thing in this function.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    }
  ],
  "next": "6b0084266c1d4917ad9259759a1e7bd623cb3888"
}
