summaryrefslogtreecommitdiff
path: root/shared-core/i915_init.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg1-6/+68
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-10/+29
2008-06-11Use GEM in modesettingJesse Barnes1-101/+92
2008-06-11Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-44/+4
2008-06-10Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-5/+40
2008-06-06 [intel] remove settable use_mi_batchbuffer_startKeith Packard1-7/+0
2008-05-29modesetting: reorganise code into core and helper functions.Dave Airlie1-1/+2
2008-05-23i915: do a better job of parsing VBIOS dataJesse Barnes1-2/+2
2008-05-22i915: init bo mm at driver init only when modeset=1Hong Liu1-9/+10
2008-05-13Merge branch 'modesetting-101' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes1-0/+4
2008-05-13i915: register definition & header file cleanupJesse Barnes1-13/+12
2008-05-13i915: execbuf now works without i915_dma_init being calledJakob Bornecrantz1-0/+4
2008-05-12modeset init code cleanupHong Liu1-134/+197
2008-05-12fix G33 hardware status page in modesetHong Liu1-0/+33
2008-05-09fixup i915 workqueue handling when modeset=1Hong Liu1-1/+2
2008-05-09i915: add basic VBT supportJesse Barnes1-0/+7
2008-04-22i915: allocate devname at init timeJesse Barnes1-1/+4
2008-04-08Add devname in modeset caseJesse Barnes1-0/+1
2008-03-17i915: safety check the sarea map still existsDave Airlie1-1/+3
2008-03-11drm: fix oops on unload.Dave Airlie1-2/+0
2008-03-11drm: hopefully fix cursors on 965Dave Airlie1-0/+8
2008-03-07actually turn the irq offDave Airlie1-0/+1
2008-03-05drm: fixup compat with old x.org driversDave Airlie1-0/+9
2008-02-28drm: add modesetting as a driver feature.Dave Airlie1-94/+132
2008-02-20ttm: make sure userspace can't destroy kernel create memory managersDave Airlie1-4/+4
2008-02-19Fix up conflicts for DRI2 (untested)Alan Hourihane1-0/+13
2008-02-14missing bitsDave Airlie1-18/+40
2008-01-28Added cursor supportJakob Bornecrantz1-0/+5
2007-12-18Merge branch 'modesetting-airlied' into modesetting-101Dave Airlie1-2/+2
2007-12-18remove output namesDave Airlie1-2/+2
2007-12-18Fixed buildJakob Bornecrantz1-1/+1
2007-12-18Modesetting HotplugJakob Bornecrantz1-22/+18
2007-10-25Merge branch 'master' into modesetting-101Thomas Hellstrom1-7/+2
2007-09-27Create memory pool for TT memoryAlan Hourihane1-1/+7
2007-09-25Hack out i915_mem_takedownJesse Barnes1-5/+4
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes1-15/+22
2007-06-29Move out the code from i915_dma_cleanup to unload to matchAlan Hourihane1-0/+10
2007-06-29merge fixesAlan Hourihane1-2/+1
2007-06-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-15/+16
2007-05-22Call preallocated space VRAM instead of PRIV0 to be more consistent withJesse Barnes1-4/+4
2007-05-17Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes1-2/+2
2007-05-17Fix FB pitch value (we had it wrong and were working around it in a fewJesse Barnes1-2/+9
2007-05-10Just some minor cleanups.Alan Hourihane1-1/+1
2007-04-18clean up ring buffer and TTM in i915_driver_unloadDavid Airlie1-0/+1
2007-04-17Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes1-15/+24
2007-04-17Move initial framebuffer allocation and configuration to drm_initial_config,Jesse Barnes1-40/+8
2007-04-17Correct PCI ID for i845Alan Hourihane1-1/+1
2007-04-17another large overhaul of interactions with userspace...Dave Airlie1-13/+22
2007-04-14Fix PRIV0 memory initialization (mm_init takes pages, not bytes), align fbJesse Barnes1-3/+7
2007-04-13i915/drm: clean up a lot of the i915/drm startup/teardown sequencesDavid Airlie1-58/+74