| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 2016-09-20 | 1 | -4/+4 |
|\ |
|
| * | drm/ttm: rework handling of private mem types | Christian König | 2016-09-14 | 1 | -4/+4 |
* | | drm/kms: Nuke dirty_info property | Daniel Vetter | 2016-08-16 | 3 | -27/+0 |
* | | drm/vmwgfx: select CONFIG_FB | Daniel Vetter | 2016-08-12 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-07-30 | 1 | -3/+1 |
|\ |
|
| * | drm/vmwgfx: Delete an unnecessary check before the function call "vfree" | Markus Elfring | 2016-07-22 | 1 | -3/+1 |
* | | Backmerge tag 'v4.7' into drm-next | Dave Airlie | 2016-07-26 | 7 | -36/+70 |
|\ \
| |/
|/| |
|
| * | drm/vmwgfx: Fix error paths when mapping framebuffer | Sinclair Yeh | 2016-07-08 | 1 | -2/+2 |
| * | drm/vmwgfx: Fix corner case screen target management | Thomas Hellstrom | 2016-07-01 | 1 | -4/+4 |
| * | drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set | Sinclair Yeh | 2016-07-01 | 1 | -22/+25 |
| * | drm/vmwgfx: Check pin count before attempting to move a buffer | Sinclair Yeh | 2016-07-01 | 1 | -3/+22 |
| * | drm/vmwgfx: Add an option to change assumed FB bpp | Sinclair Yeh | 2016-07-01 | 3 | -0/+9 |
| * | drm/vmwgfx: Work around mode set failure in 2D VMs | Sinclair Yeh | 2016-07-01 | 2 | -8/+8 |
| * | drm/vmwgfx: Add a check to handle host message failure | Sinclair Yeh | 2016-07-01 | 1 | -0/+3 |
* | | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-07-15 | 1 | -2/+1 |
|\ \ |
|
| * | | drm/vmwgfx: Stop checking minor type directly | Frank Binns | 2016-07-12 | 1 | -2/+1 |
* | | | Back-merge tag 'v4.7-rc5' into drm-next | Dave Airlie | 2016-07-02 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | objtool, drm/vmwgfx: Fix "duplicate frame pointer save" warning | Josh Poimboeuf | 2016-06-08 | 1 | -1/+3 |
* | | drm: document drm_auth.c | Daniel Vetter | 2016-06-21 | 1 | -0/+1 |
* | | drm: Extract drm_is_current_master | Daniel Vetter | 2016-06-21 | 1 | -1/+1 |
* | | drm: Refactor drop/set master code a bit | Daniel Vetter | 2016-06-21 | 1 | -2/+1 |
* | | drm/vmwgfx: use *_32_bits() macros | Paul Bolle | 2016-06-15 | 1 | -5/+2 |
* | | drm/core: Change declaration for gamma_set. | Maarten Lankhorst | 2016-06-07 | 2 | -5/+7 |
* | | dma-buf/fence: make fence context 64 bit v2 | Christian König | 2016-06-02 | 1 | -1/+1 |
|/ |
|
* | drm/vmwgfx: Report vmwgfx version to vmware.log | Sinclair Yeh | 2016-05-20 | 3 | -2/+25 |
* | drm/vmwgfx: Add VMWare host messaging capability | Sinclair Yeh | 2016-05-20 | 2 | -0/+607 |
* | drm/vmwgfx: Kill some lockdep warnings | Thomas Hellstrom | 2016-05-20 | 5 | -14/+21 |
* | Merge tag 'v4.6-rc7' into drm-next | Dave Airlie | 2016-05-09 | 2 | -8/+8 |
|\ |
|
| * | drm/vmwgfx: Fix order of operation | Sinclair Yeh | 2016-04-28 | 1 | -3/+3 |
| * | drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands. | Charmaine Lee | 2016-04-28 | 1 | -4/+4 |
| * | drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION | Charmaine Lee | 2016-04-28 | 1 | -1/+1 |
* | | drm/ttm: implement LRU add callbacks v2 | Christian König | 2016-05-04 | 1 | -0/+2 |
* | | drm/ttm: remove lazy parameter from ttm_bo_wait | Christian König | 2016-05-04 | 3 | -4/+4 |
* | | drm/ttm: remove use_ticket parameter from ttm_bo_reserve | Christian König | 2016-05-04 | 7 | -20/+19 |
* | | Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-04-06 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | vgacon: dummy implementation for vgacon_text_force | Daniel Vetter | 2016-03-30 | 1 | -2/+0 |
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-03-21 | 10 | -460/+505 |
|\ \ |
|
| * | | drm/vmwgfx: Bump driver minor | Thomas Hellstrom | 2016-03-16 | 1 | -2/+2 |
| * | | drm/vmwgfx: Allow the UPDATE_LAYOUT ioctl from control nodes | Thomas Hellstrom | 2016-03-14 | 1 | -1/+1 |
| * | | drm/vmwgfx: Send a hotplug event at master_set | Thomas Hellstrom | 2016-03-14 | 1 | -0/+1 |
| * | | drm/vmwgfx: Default to explicit crtc placement for screen targets and screen ... | Thomas Hellstrom | 2016-03-14 | 2 | -2/+2 |
| * | | drm/vmwgfx: Calculate the cursor position based on the crtc gui origin | Thomas Hellstrom | 2016-03-14 | 5 | -2/+10 |
| * | | drm/vmwgfx: Add connector properties to switch between explicit and implicit ... | Thomas Hellstrom | 2016-03-14 | 6 | -2/+54 |
| * | | drm/vmwgfx: Add suggested screen x and y connector properties | Thomas Hellstrom | 2016-03-14 | 5 | -4/+55 |
| * | | drm/vmwgfx: Add implicit framebuffer checks to the screen target code | Thomas Hellstrom | 2016-03-14 | 1 | -1/+16 |
| * | | drm/vmwgfx: Break out implicit fb code | Thomas Hellstrom | 2016-03-14 | 4 | -112/+120 |
| * | | drm/vmwgfx: Rework screen target page flips v2 | Thomas Hellstrom | 2016-03-14 | 1 | -234/+188 |
| * | | drm/vmwgfx: Fix screen object page flips for large framebuffers | Thomas Hellstrom | 2016-03-14 | 3 | -10/+14 |
| * | | drm/vmwgfx: Fix a screen object framebuffer dirty corner case | Thomas Hellstrom | 2016-03-14 | 1 | -0/+15 |
| * | | drm/vmwgfx: Add DXGenMips support | Charmaine Lee | 2016-03-14 | 1 | -1/+21 |