summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove users of drm_format_info_plane_cppMaxime Ripard2019-05-2017-34/+17
* drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard2019-05-203-4/+4
* drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard2019-05-203-56/+50
* drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard2019-05-2018-38/+42
* drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-2013-112/+38
* drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-2014-37/+32
* drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_infoMaxime Ripard2019-05-201-7/+4
* drm/bridge: Remove duplicate headerSabyasachi Gupta2019-05-201-2/+1
* drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann2019-05-175-75/+45
* drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann2019-05-173-8/+88
* drm/stm: dsi: add regulator supportYannick Fertré2019-05-171-11/+49
* dt-bindings: display: stm32: add supply property to DSI controllerYannick Fertré2019-05-171-0/+3
* drm: Fix drm.h uapi header for GNU/kFreeBSDJames Clarke2019-05-161-0/+1
* drm/v3d: Fix and extend MMU error handling.Eric Anholt2019-05-165-7/+37
* drm/v3d: Dump V3D error debug registers in debugfs, and one at reset.Eric Anholt2019-05-163-1/+46
* drm/v3d: Set the correct DMA mask according to the MMU's limits.Eric Anholt2019-05-163-1/+14
* drm/v3d: Fix debugfs reads of MMU regs.Eric Anholt2019-05-161-3/+4
* drm/doc: Document expectation that userspace review looks at kernel uAPI.Eric Anholt2019-05-161-1/+3
* drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next.Eric Anholt2019-05-161-3/+3
* drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argumentNoralf Trønnes2019-05-161-3/+2
* drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transferJagan Teki2019-05-161-0/+1
* drm/hisilicon: Convert hibmc-drm driver to VRAM MMThomas Zimmermann2019-05-154-145/+12
* drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-156-248/+44
* drm/vboxvideo: Convert vboxvideo driver to VRAM MMThomas Zimmermann2019-05-155-165/+13
* drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-157-372/+45
* drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-154-32/+37
* drm/mgag200: Convert mgag200 driver to VRAM MMThomas Zimmermann2019-05-155-161/+15
* drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-158-348/+107
* drm/bochs: Convert bochs driver to VRAM MMThomas Zimmermann2019-05-154-166/+11
* drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-155-342/+21
* drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-153-25/+53
* drm/ast: Convert AST driver to VRAM MMThomas Zimmermann2019-05-155-167/+13
* drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-157-331/+75
* drm: Integrate VRAM MM into struct drm_deviceThomas Zimmermann2019-05-157-1/+266
* drm: Add default instance for VRAM MM callback functionsThomas Zimmermann2019-05-152-0/+17
* drm: Add VRAM MM, a simple memory manager for dedicated VRAMThomas Zimmermann2019-05-154-2/+293
* drm: Add simple PRIME helpers for GEM VRAMThomas Zimmermann2019-05-152-0/+118
* drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffersThomas Zimmermann2019-05-152-0/+70
* drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|Thomas Zimmermann2019-05-152-0/+59
* drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|Thomas Zimmermann2019-05-152-0/+60
* drm: Add |struct drm_gem_vram_object| and helpersThomas Zimmermann2019-05-156-0/+536
* drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}Noralf Trønnes2019-05-142-10/+4
* drm/fb-helper: No need to cache rotation and sw_rotationsNoralf Trønnes2019-05-142-74/+65
* drm/fb-helper: Avoid race with DRM userspaceNoralf Trønnes2019-05-144-46/+86
* drm: Some ocd in drm_file.cDaniel Vetter2019-05-093-72/+72
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-05-091397-16109/+23234
|\
| * Merge tag 'drm-misc-next-fixes-2019-05-08' of git://anongit.freedesktop.org/d...Dave Airlie2019-05-0917-48/+75
| |\
| | * drm/msm/a6xx: No zap shader is not an errorRob Clark2019-05-081-0/+1
| | * drm/cma-helper: Fix drm_gem_cma_free_object()Noralf Trønnes2019-05-081-4/+4
| | * drm: Fix timestamp docs for variable refresh properties.Mario Kleiner2019-05-071-6/+0