]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-09-11 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2014-09-11 Daniel Vetterdrm: Clarify vblank ts/scanoutpos sampling #defines
2014-09-11 Daniel Vetterdrm: Simplify return value of drm_get_last_vbltimestamp
2014-09-11 Daniel Vetterdrm: Only update final vblank count when precise ts...
2014-09-11 Daniel Vetterdrm: Really never disable vblank irqs for offdelay==0
2014-09-10 Dave AirlieMerge tag 'ipu-3.18' of git://git.pengutronix.de/git...
2014-09-10 David Herrmanndrm: move drm-lock API to drm_legacy.h
2014-09-10 David Herrmanndrm: merge drm_usb into udl
2014-09-10 David Herrmanndrm: Goody bye, drm_bus!
2014-09-10 David Herrmanndrm: add driver->set_busid() callback
2014-09-10 David Herrmanndrm: drop unused drm_master->unique_size
2014-09-10 David Herrmanndrm: simplify drm_*_set_unique()
2014-09-10 David Herrmanndrm: move remaining includes in drmP.h to the top
2014-09-10 David Herrmanndrm: inline "struct drm_sigdata"
2014-09-10 Mario Kleinerdrm: Use vblank_disable_and_save in drm_vblank_cleanup()
2014-09-10 David Herrmanndrm: drop DRM_DEBUG_CODE
2014-09-10 David Herrmanndrm: order includes alphabetically in drmP.h
2014-09-10 David Herrmanndrm: move __OS_HAS_AGP into drm_agpsupport.h
2014-09-10 David Herrmanndrm: merge drm_memory.h into drm_memory.c
2014-09-10 David Herrmanndrm: drop __KERNEL__ protection in drmP.h
2014-09-10 David Herrmanndrm: replace weird conditional includes
2014-09-10 David Herrmanndrm: move AGP definitions harder
2014-09-10 David Herrmanndrm: drop unused "struct drm_waitlist"
2014-09-10 David Herrmanndrm: move "struct drm_magic_entry" to drm_auth.c
2014-09-10 David Herrmanndrm: move "struct drm_vma_entry" to drm_vm.c
2014-09-10 David Herrmanndrm: mark drm_buf and drm_map as legacy
2014-09-10 David Herrmanndrm/radeon: move drm_buffer to drm/radeon/
2014-09-03 Maarten Lankhorstdrm/qxl: Fix crash in eviction from qxl_release_fence_b...
2014-09-03 Maarten Lankhorstdrm/qxl: fix gaping memory hole
2014-09-03 Maarten Lankhorstdrm/qxl: Remove release_lock stupidity
2014-09-03 Andreas Pokornydrm/qxl: enables gem prime helpers for qxl using dummy...
2014-09-03 Andreas Pokornydrm/qxl: simple crtc page flipping emulated using buffe...
2014-09-03 Dave AirlieMerge branch 'for-airlied-next' of git://people.freedes...
2014-09-02 Dave AirlieMerge tag 'drm-intel-next-2014-09-01' of git://anongit...
2014-09-02 Maarten Lankhorstdrm/nouveau: use shared fences for readable objects
2014-09-02 Maarten Lankhorstdrm/nouveau: Keep only a single list for validation.
2014-09-02 Maarten Lankhorstdrm/ttm: use rcu in core ttm
2014-09-02 Maarten Lankhorstdrm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
2014-09-02 Maarten Lankhorstdrm/radeon: use rcu waits in some ioctls
2014-09-02 Maarten Lankhorstdrm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep
2014-09-02 Maarten Lankhorstdrm/ttm: flip the switch, and convert to dma_fence
2014-09-02 Maarten Lankhorstdrm/qxl: rework to new fence interface
2014-09-02 Maarten Lankhorstdrm/nouveau: rework to new fence interface
2014-09-02 Maarten Lankhorstdrm/vmwgfx: rework to new fence interface, v2
2014-09-02 Maarten Lankhorstdrm/vmwgfx: get rid of different types of fence_flags...
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_dump()
2014-09-02 Steve Longerbeamgpu: ipu-cpmem: Add ipu_cpmem_dump()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add more planar formats support
2014-09-02 Steve Longerbeamgpu: ipu-cpmem: Add second buffer support to ipu_cpmem_...
2014-09-02 Steve Longerbeamgpu: ipu-cpmem: Add ipu_cpmem_set_rotation()
2014-09-02 Steve Longerbeamgpu: ipu-cpmem: Add ipu_cpmem_set_axi_id()
2014-09-02 Steve Longerbeamgpu: ipu-cpmem: Add ipu_cpmem_set_block_mode()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_idmac_lock_enable()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_idmac_enable_watermark()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_stride_to_bytes()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add __ipu_idmac_reset_current_buffer()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_idmac_clear_buffer()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_idmac_buffer_is_ready()
2014-09-02 Steve Longerbeamgpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.h
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add helper function checking if pixfmt...
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add rotation mode conversion utilities
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add ipu_mbus_code_to_colorspace()
2014-09-02 Steve Longerbeamgpu: ipu-v3: smfc: Add ipu_smfc_set_watermark()
2014-09-02 Steve Longerbeamgpu: ipu-v3: smfc: Convert to per-channel
2014-09-02 Steve Longerbeamgpu: ipu-v3: smfc: Move enable/disable to ipu-smfc.c
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add Image Converter unit
2014-09-02 Steve Longerbeamgpu: ipu-v3: Add Camera Sensor Interface unit
2014-09-01 Maarten Lankhorstdrm/radeon: use common fence implementation for fences, v4
2014-09-01 Maarten Lankhorstdrm/ttm: kill off some members to ttm_validate_buffer
2014-09-01 Maarten Lankhorstdrm/ttm: add interruptible parameter to ttm_eu_reserve_...
2014-09-01 Maarten Lankhorstdrm/ttm: kill fence_lock
2014-09-01 Maarten Lankhorstdrm/ttm: call ttm_bo_wait while inside a reservation
2014-09-01 Maarten Lankhorstdrm/nouveau: require reservations for nouveau_fence_syn...
2014-09-01 Maarten Lankhorstdrm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
2014-08-28 Dave AirlieMerge branch 'drm-next-3.18' of git://people.freedeskto...
2014-08-28 Christian Königdrm/radeon: preallocate mem for UVD create/destroy msg
2014-08-28 Christian Königdrm/radeon: allow UVD to use a second 256MB segment
2014-08-28 Dave AirlieMerge branch 'drm-next-3.18' of git://people.freedeskto...
2014-08-28 Dave AirlieMerge branch 'ttm_pfn' of git://people.freedesktop...
2014-08-27 Christian Königdrm/radeon: drop doing resets in a work item
2014-08-27 Christian Königdrm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2
2014-08-27 Maarten Lankhorstdrm/radeon: add timeout argument to radeon_fence_wait_s...
2014-08-27 Christian Königdrm/radeon: handle lockup in delayed work, v5
2014-08-27 Maarten Lankhorstdrm/radeon: take exclusive_lock in read mode during...
2014-08-27 Christian Königdrm/radeon: force fence completion only on problematic...
2014-08-27 Christian Königdrm/radeon: wake up all fences on manual reset
2014-08-27 Christian Königdrm/radeon: add UVD fw names for older asic
2014-08-27 Christian Königdrm/radeon: enable RB_ARB before resetting the VCPU
2014-08-27 Alex Deucherdrm/radeon: 760G/780V/880V don't have UVD
2014-08-27 Christian Königdrm/radeon: implement UVD hw workarounds for R6xx v3
2014-08-27 Christian Königdrm/radeon: add UVD support for older asics v4
2014-08-27 Alex Deucherdrm/radeon: add set_uvd_clocks callback for r6xx v4
2014-08-27 Christian Königdrm/radeon: properly init UVD MC bits on R600
2014-08-27 Christian Königdrm/radeon: force UVD buffers into VRAM on RS[78]80 v2
2014-08-27 Christian Königdrm/radeon: move the IB test after the AGP fallback
2014-08-27 Christian Königdrm/ttm: move fpfn and lpfn into each placement v2
2014-08-26 Imre Deakdrm/i915: fix suspend/resume for GENs w/o runtime PM...
2014-08-25 Dave AirlieMerge branch 'drm-next-3.18' of git://people.freedeskto...
2014-08-25 Dave AirlieMerge tag 'drm-intel-next-2014-08-08' of git://anongit...
2014-08-25 Dave AirlieMerge tag 'topic/core-stuff-2014-08-15' of git://anongi...
next