aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28drm/damage-helper: Use NULL instead of 0Fabio Estevam1-1/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg59-150/+356
2019-05-27drm: make drm_trace.h self-containedSam Ravnborg1-0/+2
2019-05-27drm: make drm_legacy.h self-containedSam Ravnborg1-0/+4
2019-05-27drm: make drm_internal.h self-containedSam Ravnborg1-1/+9
2019-05-27drm: make drm_crtc_internal.h self-containedSam Ravnborg1-4/+20
2019-05-26drm/mcde: Fix compile problemsSam Ravnborg2-2/+2
2019-05-26drm/bridge: drop drmP.h usageSam Ravnborg16-62/+80
2019-05-25drm/panel: st7701: Swap vertical front and back porch timingsJagan Teki1-3/+3
2019-05-25drm/panel: simple: Add KOE tx14d24vm1bpa display support (320x240)Lukasz Majewski1-0/+26
2019-05-25drm/panel: Add support for Armadeus ST0700 AdaptSébastien Szymanski1-0/+29
2019-05-24drm/sched: Fix static checker warning for potential NULL ptrAndrey Grodzovsky1-8/+9
2019-05-24drm/edid: Fix a missing-check bug in drm_load_edid_firmware()Gen Zhang1-0/+2
2019-05-24drm/mcde: Add new driver for ST-Ericsson MCDELinus Walleij10-0/+3729
2019-05-24drm/meson: imply dw-hdmi i2s audio for meson hdmiJerome Brunet1-0/+1
2019-05-24drm/stm: dsi: check hardware versionYannick Fertré1-1/+23
2019-05-24drm/stm: ltdc: remove clk_round_rate commentYannick Fertré1-7/+3
2019-05-23drm/edid: Fix docbook in drm_hdmi_infoframe_set_hdr_metadata()Sean Paul1-1/+1
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 Paul104-311/+614
2019-05-22drm: Add HLG EOTFVille Syrjälä1-1/+2
2019-05-22drm: Enable HDR infoframe supportUma Shankar1-0/+72
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-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