flush_agp_mappings commit
[profile/ivi/libdrm.git] / shared-core /
2008-03-05 Dave Airliettm: make sure userspace can't destroy kernel create...
2008-03-05 Dave Airliedrm/ttm: add ioctl to get back memory managed area...
2008-03-05 Dave Airliedrm: reorganise minor number handling using code from...
2008-03-05 Xiang, Haihaoi915: Evict if relocatee buffer is CACHED_MAPPED before
2008-03-04 Eric AnholtClarify when WAIT_LAZY is relevant to users.
2008-03-04 Eric AnholtRemove unused DRM_FENCE_FLAG_WAIT_IGNORE_SIGNALS.
2008-03-03 Zou Nan hai [i915] 2D driver may reset Frame count value, this...
2008-02-27 Thomas HellstromReinstate buffer idle before applying relocations.
2008-02-27 Thomas HellstromDon't wait for buffer idle before applying relocations.
2008-02-26 Thomas Hellstrom[i915] Relocation fixes.
2008-02-25 Thomas HellstromMake the execbuffer code reasonably safe against errors.
2008-02-23 Roland Scheideggerfix texture uploads with large 3d textures (bug 13980)
2008-02-22 Maarten Maathuisnouveau: Remove some random (french) comment.
2008-02-22 Maarten Maathuisnouveau: A single define of dma skips is more than...
2008-02-22 Kristian HøgsbergFix one last occurance of struct _drm_i915_batchbuffer.
2008-02-22 Kristian Høgsbergi915: Remove leading underscore from struct tags.
2008-02-20 Alan Hourihanefix SAREA
2008-02-17 Keith Packard[915]: more registers for S3 (DSPCLK_GATE_D, CACHE_MODE...
2008-02-16 Stephane Marchesinnouveau: no GART on ia64 either.
2008-02-15 Ben Skeggsnv40: actually init all tile regs.
2008-02-13 Kristian Høgsbergi915: Add a dri2 init path that gets the lock from...
2008-02-13 Kristian Høgsbergi915: Only look up dev_priv->mmio_map if it's not alrea...
2008-02-13 Kristian Høgsbergi915: Add I915_PARAM_CHIPSET_ID param to get chipset ID.
2008-02-13 Kristian Høgsbergi915: Make sarea_priv setup optional.
2008-02-07 Jesse BarnesFix saveGR array size
2008-02-07 Jesse Barnesi915: save/restore interrupt state
2008-02-05 Thomas Hellstromi915: Re-report breadcrumbs on poll to the fence manager,
2008-02-04 Stuart Bennettnouveau: make nv34 work every time, not just every...
2008-02-02 Maarten Maathuisnouveau: NV40 can/should now be able to run after the...
2008-01-30 Thomas Hellstromi915: Avoid calling drm_fence_flush_old excessively.
2008-01-30 Thomas HellstromSimplify the fencing code and differentiate between...
2008-01-30 Ben Skeggsnv40: some more nv67 changes
2008-01-29 MirkoAdd new RV380 pci id
2008-01-27 Maciej Cencoradrm: add initial rs690 support for drm.
2008-01-25 George Sapountzismach64: fix after vblank-rework
2008-01-25 Jesse BarnesFixup modeset ioctl number & typedef usage
2008-01-24 Eric AnholtMerge commit 'airlied/i915-ttm-cfu'
2008-01-24 Jesse BarnesRemove broken 'in vblank' accounting
2008-01-24 Dave Airliei915: fix missing header when copying data from userspace
2008-01-24 Dave Airliei915 make relocs use copy from user
2008-01-23 Jesse BarnesFix thinko in get_vblank_counter
2008-01-23 Jesse BarnesFix IS_I915G macro
2008-01-23 Maarten Maathuisnouveau: Fix warning in nouveau_mem.c
2008-01-23 Dave Airliedrm/i915: add support for E7221
2008-01-22 Jesse BarnesCorrect vblank count value
2008-01-22 Jesse Barnesi915 irq fixes
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-22 Dave AirlieRevert "Fix pipe<->plane mapping vs. vblank handling...
2008-01-21 Stephane Marchesinnouveau: don't forget NV80.
2008-01-21 Stephane Marchesinnouveau: new card family for old card designs.
2008-01-18 Eric AnholtAdd additional explanation of DRM_BO_FLAG_CACHED_MAPPED...
2008-01-15 Zhenyu Wangi915: Add chipset id for Intel Integrated Graphics...
2008-01-15 Thomas HellstromProperly propagate the user-space fence flags.
2008-01-14 Stephane Marchesinnouveau: make mem alloc debug a little more verbose.
2008-01-11 Ben Skeggsnv05: enable ctx/op methods, and ignore patch valid...
2008-01-08 Stuart Bennettnouveau: AGP reset correction - don't touch FW bit
2008-01-07 Ben Skeggsnv50: more small changes
2008-01-07 Ben Skeggsnv50: oops, lost some state saving along the way somewhere.
2008-01-07 Ben Skeggsnv50: hook up timer funcs...
2008-01-07 Ben Skeggsnv50: abort on chips without ctx ucode
2008-01-07 Ben Skeggsnv50: some needed ctx vals
2008-01-07 Ben Skeggsnv50: some cleanups + small changes
2008-01-07 Stephane MarchesinNouveau: ppc oops.
2008-01-07 Stephane MarchesinNouveau: move PPC bios copy to firstopen.
2008-01-06 Jeremy Kolbnouveau: Add ctx_voodoo for NV86
2008-01-04 Xavier Bachelotvia: add P4M900 pci id.
2008-01-04 Stuart Bennett[PATCH] nouveau: reset AGP on init for < nv40
2008-01-04 Stuart Bennett[PATCH] nouveau: Fix nv20/30 context loading
2008-01-03 Dave Airliemach64: some more minor cleanups
2008-01-03 Dave Airliemach64: cleanup some of the macro formatting
2008-01-03 Márton Némethdrm: cleanup DRM_DEBUG() parameters
2008-01-03 Dave AirlieMerge branch 'r500-support'
2008-01-03 Dave Airlieremove duplicate pciids
2007-12-21 Keith PackardRename inappropriately named 'mask' fields to 'proposed...
2007-12-16 Li Zefandrm: don't cast a pointer to pointer of list_head
2007-12-16 Jesper JuhlWhile reading some code I stumbled across the use of...
2007-12-15 Keith PackardDocument drm_bo_handle_validate. Match drm_bo_do_valida...
2007-12-15 Keith PackardDocument drm_bo_do_validate. Remove spurious 'do_wait...
2007-12-15 Patrice MandinRevert "nouveau: nv30: missing ramin init, does it...
2007-12-12 Keith PackardMake relocation validate client computed values when...
2007-12-12 Keith Packardi915: wait for buffer idle before writing relocations
2007-12-12 Keith PackardBump driver minor for relocation optimzations
2007-12-12 Keith PackardAllow relocation to be skipped when buffers don't move.
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-12-08 José Fonsecamach64: comment bus master / ring buffer behavior and...
2007-12-07 Jesse BarnesFix pipe<->plane mapping vs. vblank handling (again)
2007-12-05 José Fonsecamach64: make buffer emission macros normal functions
2007-12-05 José Fonsecamach64: use utf-8
2007-12-05 Kristian HøgsbergRemove references to the sarea_priv perf_boxes field.
2007-12-02 Robert Nolandbsd: Replace other occurrences of msleep with mtx_sleep
2007-12-01 Robert NolandClarify order of operations
2007-12-01 Robert NolandDRM_DEBUG already prints the function name.
2007-12-01 Robert Nolanddrm: Add _DRM_DRIVER map flag.
2007-11-30 Maarten Maathuisnouveau: Properly identify NV40 and NV44 generation.
2007-11-28 Jiri SlabyBeside the emitted warning, the added cast (u64 ->...
2007-11-28 Dave Airliedrm: more cleanups
2007-11-28 Dave Airliei965: oops force mi batchbuffer start
2007-11-26 Dave Airlier500: add a bunch of all r5xx pci ids..
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-21 Dave Airliei915: add context handle to superioctl struct
next