summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-0135-528/+1061
|\
| * drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun2018-01-101-11/+0
| * Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-01-094-78/+19
| |\
| | * drm/ttm: enable swapout for reserved BOs during allocationRoger He2017-12-281-1/+2
| | * drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-1/+2
| | * drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-282-6/+10
| | * drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He2017-12-271-1/+2
| | * drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+2
| | * drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2017-12-273-69/+2
| * | Merge tag 'drm-intel-next-2017-12-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-281-5/+27
| |\ \
| | * | drm/i915/cfl: Adding more Coffee Lake PCI IDs.Rodrigo Vivi2017-12-201-6/+22
| | * | x86/gpu: add CFL to early quirksLucas De Marchi2017-12-151-0/+6
| * | | Merge tag 'drm-misc-next-2017-12-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-226-15/+106
| |\ \ \ | | |_|/ | |/| |
| | * | drm/framebuffer: Print task that allocated the fb in debug info.Maarten Lankhorst2017-12-201-0/+6
| | * | drm/fb-helper: Add drm_fb_helper_defio_init()Noralf Trønnes2017-12-201-0/+6
| | * | drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown()Noralf Trønnes2017-12-201-0/+25
| | * | drm/fb-helper: Set/clear dev->fb_helper in dummy init/finiNoralf Trønnes2017-12-201-0/+7
| | * | drm/doc: Move legacy kms helpers to the very endDaniel Vetter2017-12-151-0/+4
| | * | drm/atomic: document how to handle driver private objectsDaniel Vetter2017-12-152-0/+37
| | * | drm/syncobj: some kerneldoc polishDaniel Vetter2017-12-151-14/+20
| | * | drm/print: Unconfuse kerneldocDaniel Vetter2017-12-151-1/+1
| * | | Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-12-215-2/+383
| |\ \ \
| | * | | drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-2/+2
| | * | | drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He2017-12-151-0/+4
| | * | | drm/sched: move fence slab handling to module init/exitLucas Stach2017-12-071-3/+0
| | * | | drm: move amd_gpu_scheduler into common locationLucas Stach2017-12-073-0/+380
| * | | | Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-212-2/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915: prefer resource_size_t for everything stolenMatthew Auld2017-12-121-1/+1
| | * | | drm/i915: make dsm struct resource centricMatthew Auld2017-12-121-1/+0
| | * | | x86/early-quirks: export the stolen region as a resourceMatthew Auld2017-12-121-0/+3
| * | | | BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-192-1/+27
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-183-3/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard2017-12-131-0/+2
| | * | | drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes2017-12-101-3/+0
| | * | | drm/cma-helper: Add drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-0/+7
| * | | | Merge tag 'drm-misc-next-2017-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-087-5/+85
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6.Hans de Goede2017-12-041-0/+8
| | * | drm: Add support for a panel-orientation connector property, v6Hans de Goede2017-12-042-0/+47
| | * | drm: Add panel orientation quirks, v6.Hans de Goede2017-12-041-0/+15
| | * | Merge arlied/drm-next into drm-misc-nextGustavo Padovan2017-12-0415-23/+54
| | |\ \
| | * | | drm/tinydrm: export mipi_dbi_buf_copy and mipi_dbi_spi_cmd_max_speedDavid Lechner2017-12-011-1/+3
| | * | | drm/tinydrm: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2017-11-301-4/+0
| | * | | drm/modeset-helper: Add simple modeset suspend/resume helpersNoralf Trønnes2017-11-302-0/+12
| * | | | drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
| * | | | drm/ttm: add context to driver move callback as wellChristian König2017-12-061-4/+2
| * | | | drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-2/+1
| * | | | drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-3/+2
| * | | | drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-4/+16
| * | | | drm/ttm: remove cur_placementChristian König2017-12-061-1/+0
| * | | | drm/ttm: cleanup ttm_bo_driver.hChristian König2017-12-061-60/+54
OpenPOWER on IntegriCloud