summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add Arcturus asic typeLe Ma2019-07-181-0/+1
* drm/amdgpu: add navi14 asic typeXiaojie Yuan2019-07-181-0/+1
* drm/amdgpu: extend AMDGPU_CTX_PRIORITY_NORMAL commentEmil Velikov2019-07-161-1/+6
* Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-25995-7742/+1807
|\
| * drm/edid: parse CEA blocks embedded in DisplayIDAndres Rodriguez2019-06-251-0/+10
| * Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-251-0/+2
| |\
| | * gpu: host1x: Increase maximum DMA segment sizeThierry Reding2019-06-051-0/+2
| * | Merge tag 'drm-misc-next-2019-06-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-06-2112-57/+220
| |\ \
| | * \ Merge branch 'topic/remove-fbcon-notifiers' into drm-misc-nextMaarten Lankhorst2019-06-193-37/+43
| | |\ \
| | | * | fbcon: Call con2fb_map functions directlyDaniel Vetter2019-06-122-4/+4
| | | * | vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter2019-06-122-2/+2
| | | * | fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter2019-06-122-2/+2
| | | * | Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2019-06-122-3/+3
| | | * | fbdev: Call fbcon_get_requirement directlyDaniel Vetter2019-06-122-2/+4
| | | * | fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter2019-06-122-5/+6
| | | * | fbdev: directly call fbcon_suspended/resumedDaniel Vetter2019-06-122-8/+4
| | | * | fbdev: make unregister/unlink functions not failDaniel Vetter2019-06-121-2/+2
| | | * | fbcon: call fbcon_fb_bind directlyDaniel Vetter2019-06-122-2/+2
| | | * | fbdev: lock_fb_info cannot failDaniel Vetter2019-06-121-1/+4
| | | * | fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter2019-06-122-2/+9
| | | * | vt: More locking checksDaniel Vetter2019-06-121-4/+1
| | * | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-19967-7581/+1222
| | |\ \ \
| | * | | | drm/atomic: Add a function to reset connector TV propertiesMaxime Ripard2019-06-191-0/+1
| | * | | | drm/modes: Parse overscan propertiesMaxime Ripard2019-06-191-0/+5
| | * | | | drm/connector: Introduce a TV margins structureMaxime Ripard2019-06-191-11/+30
| | * | | | drm/modes: Allow to specify rotation and reflection on the commandlineMaxime Ripard2019-06-191-0/+10
| | * | | | drm/modes: Support modes names on the command lineMaxime Ripard2019-06-191-0/+7
| | * | | | drm/client: Change drm_client_panel_rotation nameMaxime Ripard2019-06-191-1/+1
| | * | | | drm/connector: Add documentation for drm_cmdline_modeMaxime Ripard2019-06-191-2/+84
| | * | | | drm/panfrost: Expose performance counters through unstable ioctlsBoris Brezillon2019-06-181-0/+24
| | * | | | drm/gem: Unexport drm_gem_(un)pin/v(un)mapDaniel Vetter2019-06-171-5/+0
| | * | | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-174-9/+46
| | |\ \ \ \
| | * | | | | drm/dp: Add DP_DPCD_QUIRK_NO_SINK_COUNTVille Syrjälä2019-06-141-0/+7
| | * | | | | dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann2019-06-142-1/+7
| | * | | | | dma-buf: give each buffer a full-fledged inodeGreg Hackmann2019-06-141-0/+1
| * | | | | | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2019-06-214-2/+37
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-06-181-1/+3
| | * | | | | drm/ttm: TTM fault handler helpersThomas Hellstrom2019-06-181-0/+10
| | * | | | | drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2019-06-181-0/+6
| | * | | | | mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom2019-06-181-1/+8
| | * | | | | mm: Add an apply_to_pfn_range interfaceThomas Hellstrom2019-06-181-0/+10
| * | | | | | Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-19967-7581/+1222
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-161-0/+1
| | |\ \ \ \ \
| | | * | | | | x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-151-0/+1
| | * | | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-142-2/+13
| | |\ \ \ \ \ \
| | | * | | | | | cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-312-0/+2
| | | * | | | | | cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-311-0/+3
| | | * | | | | | cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-05-291-2/+8
| | * | | | | | | Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-06-141-0/+1
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2019-06-141-0/+1
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |