summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-528/+1061
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun-11/+0
2018-01-09Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-78/+19
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He-6/+10
2017-12-28Merge tag 'drm-intel-next-2017-12-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-5/+27
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He-1/+2
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He-1/+2
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He-69/+2
2017-12-22Merge tag 'drm-misc-next-2017-12-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-15/+106
2017-12-21Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-2/+383
2017-12-21Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+4
2017-12-20drm/i915/cfl: Adding more Coffee Lake PCI IDs.Rodrigo Vivi-6/+22
2017-12-20drm/framebuffer: Print task that allocated the fb in debug info.Maarten Lankhorst-0/+6
2017-12-20drm/fb-helper: Add drm_fb_helper_defio_init()Noralf Trønnes-0/+6
2017-12-20drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown()Noralf Trønnes-0/+25
2017-12-20drm/fb-helper: Set/clear dev->fb_helper in dummy init/finiNoralf Trønnes-0/+7
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie-1/+27
2017-12-18Merge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+9
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He-2/+2
2017-12-15drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He-0/+4
2017-12-15x86/gpu: add CFL to early quirksLucas De Marchi-0/+6
2017-12-15drm/doc: Move legacy kms helpers to the very endDaniel Vetter-0/+4
2017-12-15drm/atomic: document how to handle driver private objectsDaniel Vetter-0/+37
2017-12-15drm/syncobj: some kerneldoc polishDaniel Vetter-14/+20
2017-12-15drm/print: Unconfuse kerneldocDaniel Vetter-1/+1
2017-12-13drm: rework delayed connector cleanup in connector_iterDaniel Vetter-5/+23
2017-12-13drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard-0/+2
2017-12-13drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard-0/+2
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld-1/+1
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld-1/+0
2017-12-12x86/early-quirks: export the stolen region as a resourceMatthew Auld-0/+3
2017-12-10drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes-3/+0
2017-12-08drm/cma-helper: Add drm_fb_cma_fbdev_init/fini()Noralf Trønnes-0/+7
2017-12-08Merge tag 'drm-misc-next-2017-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-5/+85
2017-12-07drm/sched: move fence slab handling to module init/exitLucas Stach-3/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach-0/+380
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König-0/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König-4/+2
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König-2/+1
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König-3/+2
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König-4/+16
2017-12-06drm/ttm: remove cur_placementChristian König-1/+0
2017-12-06drm/ttm: cleanup ttm_bo_driver.hChristian König-60/+54
2017-12-06drm/ttm: cleanup coding style in ttm_bo_api.hChristian König-77/+54
2017-12-06drm/ttm: remove ttm_bo_unreserve_ticketChristian König-13/+0
2017-12-06drm/ttm: user reservation object wrappers v2Christian König-3/+3
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König-13/+1