aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski6-20/+125
2019-05-23drm/vc4: Check for the binner bo before handling OOM interruptPaul Kocialkowski1-0/+3
2019-05-23drm/vc4: Check for V3D before binner bo allocPaul Kocialkowski1-0/+3
2019-05-23drm/vc4: Reformat and the binner bo allocation helperPaul Kocialkowski1-6/+5
2019-05-23drm/mediatek: Fix warning about unhandled enum valueSean Paul1-0/+3
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov1-9/+9
2019-05-23drm/cirrus: remove leftover filesGerd Hoffmann2-587/+0
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul4965-210617/+240459
2019-05-22video/hdmi: Add Unpack function for DRM infoframeUma Shankar1-0/+67
2019-05-22drm: Add HLG EOTFVille Syrjälä1-1/+2
2019-05-22drm: Enable HDR infoframe supportUma Shankar2-0/+262
2019-05-22drm: Parse HDR metadata info from EDIDUma Shankar1-0/+51
2019-05-22drm: Add reference counting on HDR metadata blobJonas Karlman1-0/+5
2019-05-22drm: Add HDR source metadata propertyUma Shankar2-0/+18
2019-05-22drm: panfrost: add optional bus_clockClément Péron2-0/+23
2019-05-22drm: remove prime sg_table cachingChristian König1-60/+17
2019-05-22dma-buf: start caching of sg_table objects v2Christian König1-2/+25
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg38-147/+181
2019-05-22drm/gma500: drop use of DRM_UDELAY wrapperSam Ravnborg3-4/+4
2019-05-22drm/gma500: make local header files more self-containedSam Ravnborg6-0/+13
2019-05-22drm/gma500: drop drmP.h from header filesSam Ravnborg15-14/+26
2019-05-22drm/gma500: remove empty gma_drm.h header fileSam Ravnborg9-9/+9
2019-05-22drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked()Thomas Zimmermann1-0/+4
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann5-54/+52
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann4-61/+20
2019-05-22drm/scheduler: Fix job cleanup without timeout handlerErico Nunes1-1/+2
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes2-8/+5
2019-05-21drm/bochs: Fix connector leak during driver unloadSam Bobroff1-0/+2
2019-05-20drm/bochs: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard16-17/+17
2019-05-20drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard3-4/+4
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard2-54/+6
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard17-37/+25
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard12-110/+38
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard13-36/+32
2019-05-20drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_infoMaxime Ripard1-7/+4
2019-05-20drm/bridge: Remove duplicate headerSabyasachi Gupta1-2/+1
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds37-66/+53
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-13/+105
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-133/+174
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-216/+2102
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-7/+7
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-1/+0
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada4-6/+6
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada30-49/+47
2019-05-18media: remove unneeded header search pathsMasahiro Yamada7-11/+0
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+44
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit1-13/+61
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-32/+11