summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
AgeCommit message (Expand)Author
2008-04-22i915: gfx hw and i945gme fixes from upstreamDave Airlie
2008-04-20[I915] Handle tiled buffers in vblank taskletKeith Packard
2008-04-11Save and restore dsparb and d_state regsKeith Packard
2008-03-12Merge branch 'intel-post-reloc'Thomas Hellstrom
2008-03-12Avoid large kmallocs.Thomas Hellstrom
2008-03-08Switch from PIPE_VBLANK to PIPE_EVENT interrupts.Keith Packard
2008-02-29More post-ioctl work.Thomas Hellstrom
2008-02-16[915]: more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard
2008-02-13i915: Add a dri2 init path that gets the lock from the dri2 sarea.Kristian Høgsberg
2008-02-07Fix saveGR array sizeJesse Barnes
2008-02-07i915: save/restore interrupt stateJesse Barnes
2008-02-05i915: Re-report breadcrumbs on poll to the fence manager,Thomas Hellstrom
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom
2008-01-24Remove broken 'in vblank' accountingJesse Barnes
2008-01-23Fix IS_I915G macroJesse Barnes
2008-01-23drm/i915: add support for E7221Dave Airlie
2008-01-22Correct vblank count valueJesse Barnes
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes
2008-01-15i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard
2007-12-11Bump driver minor for relocation optimzationsKeith Packard
2007-11-19Fix capitalization of __linux__ define.Eric Anholt
2007-11-18Bug #13233: Fix build on FreeBSD.Robert Noland
2007-11-06[PATCH] i915: fix missing G33 detect in IS_I9XXZhenyu Wang
2007-11-06i915: cleanup most of the whitespaceDave Airlie
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
2007-10-31i915: add backwards compat chipset flushing codeDave Airlie
2007-10-30Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes
2007-10-30drm/i915: add driver cache flush entry pointDave Airlie
2007-10-29Remove unused memory save areasJesse Barnes
2007-10-26i915: suspend/resume supportJesse Barnes
2007-10-22A cmdbuf mutex to implement validate-submit-fence atomicity in the absenceThomas Hellstrom
2007-10-12i915: add superioctl support to i915Dave Airlie
2007-09-22Add fence error member.Thomas Hellstrom
2007-09-12Remove plane->pipe mapping from SAREA private after allJesse Barnes
2007-09-11Disambiguate planes & pipes for swap operationsJesse Barnes
2007-08-28Add register defines for hw binningKeith Packard
2007-08-11i915: i965 non-secure batchbuffer bit has moved.Dave Airlie
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt
2007-07-19Merge branch 'origin'Eric Anholt
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt
2007-07-16Fix FreeBSD build.Eric Anholt
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie
2007-07-16drm: remove drmP.h internal typedefsDave Airlie
2007-07-11Merge branch 'master' into cleanupDave Airlie
2007-06-22more vblank reworkJesse Barnes
2007-06-15i915: Fix handling of breadcrumb counter wraparounds.Michel Dänzer
2007-06-14Comment new vblank routines and fixup several issues:Jesse Barnes