Age | Commit message (Expand) | Author |
2017-02-03 | drm: Improve drm_mm search (and fix topdown allocation) with rbtrees | Chris Wilson |
2017-02-01 | Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li... | Dave Airlie |
2017-01-27 | drm/ttm: revert "implement LRU add callbacks v2" | Christian König |
2017-01-27 | drm/ttm: add evict parameter to ttm_bo_driver::move_notify | Nicolai Hähnle |
2017-01-26 | drm/vmwgfx: Use kmemdup instead of kmalloc and memcpy | Shyam Saini |
2017-01-26 | drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_format | Sinclair Yeh |
2017-01-26 | drm/vmwgfx: Fix a potential integer overflow | Thomas Hellstrom |
2017-01-26 | drm/vmwgfx: Clear an uninitialized struct member | Thomas Hellstrom |
2017-01-26 | drm/vmwgfx: Annotate ignored return values | Thomas Hellstrom |
2017-01-26 | drm/vmwgfx: Clear uninitialized fields of a parameter | Thomas Hellstrom |
2017-01-09 | drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" | Benjamin Gaignard |
2017-01-09 | drm: Change the return type of the unload hook to void | Gabriel Krisman Bertazi |
2016-12-18 | drm/vmwgfx: use designated initializers | Kees Cook |
2016-12-18 | drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> | Laurent Pinchart |
2016-12-15 | drm: Nuke fb->pixel_format | Ville Syrjälä |
2016-12-15 | drm: Nuke fb->bits_per_pixel | Ville Syrjälä |
2016-12-15 | drm: Nuke fb->depth | Ville Syrjälä |
2016-12-15 | drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() | Ville Syrjälä |
2016-12-02 | drm/vmwgfx: Switch to mode_cmd2 | Daniel Vetter |
2016-11-12 | drm: move allocation out of drm_get_format_name() | Eric Engestrom |
2016-10-28 | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr... | Dave Airlie |
2016-10-25 | drm/ttm: make eviction decision a driver callback v2 | Christian König |
2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson |
2016-10-25 | Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in... | Dave Airlie |
2016-10-21 | Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l... | Dave Airlie |
2016-10-18 | drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info() | Laurent Pinchart |
2016-10-12 | drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait | Chris Wilson |
2016-10-10 | drm/vmwgfx: Adjust checks for null pointers in 13 functions | Markus Elfring |
2016-10-10 | drm/vmwgfx: Use memdup_user() rather than duplicating its implementation | Markus Elfring |
2016-10-10 | drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl() | Markus Elfring |
2016-10-10 | drm/vmwgfx: Avoid validating views on view destruction | Thomas Hellstrom |
2016-10-10 | drm/vmwgfx: Limit the user-space command buffer size | Thomas Hellstrom |
2016-10-10 | drm/vmwgfx: Remove a leftover debug printout | Thomas Hellstrom |
2016-10-10 | drm/vmwgfx: Allow resource relocations on byte boundaries | Thomas Hellstrom |
2016-10-10 | drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER command | Charmaine Lee |
2016-10-10 | drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait | Chris Wilson |
2016-10-10 | drm/vmwgfx: Replace numeric parameter like 0444 with macro | Baole Ni |
2016-09-20 | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie |
2016-09-14 | drm/ttm: rework handling of private mem types | Christian König |
2016-08-16 | drm/kms: Nuke dirty_info property | Daniel Vetter |
2016-08-12 | drm/vmwgfx: select CONFIG_FB | Daniel Vetter |
2016-07-30 | Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in... | Dave Airlie |
2016-07-26 | Backmerge tag 'v4.7' into drm-next | Dave Airlie |
2016-07-22 | drm/vmwgfx: Delete an unnecessary check before the function call "vfree" | Markus Elfring |
2016-07-15 | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie |
2016-07-12 | drm/vmwgfx: Stop checking minor type directly | Frank Binns |
2016-07-08 | drm/vmwgfx: Fix error paths when mapping framebuffer | Sinclair Yeh |
2016-07-02 | Back-merge tag 'v4.7-rc5' into drm-next | Dave Airlie |
2016-07-01 | drm/vmwgfx: Fix corner case screen target management | Thomas Hellstrom |
2016-07-01 | drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set | Sinclair Yeh |