summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-071-1/+1
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+0Star
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-247-8/+8
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
* drm/vc4: Limit SAND tiling support to semiplanar YUV420 formatsPaul Kocialkowski2019-01-111-16/+1Star
* drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä2019-01-101-8/+1Star
* drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-4/+5
* drm/vc4: Attach margin props to the HDMI connectorBoris Brezillon2018-12-191-0/+16
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-193-0/+96
* drm/atomic: integrate modeset lock with private objectsRob Clark2018-12-111-1/+2
* drm/vc4: Add support for X/Y reflectionBoris Brezillon2018-12-081-12/+47
* drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon2018-12-081-0/+21
* drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-051-1/+1
* drm/vc4: Allow YUV formats on cursor planesBoris Brezillon2018-11-301-12/+4Star
* drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2Star
* drm/vc4: Rework the async update logicBoris Brezillon2018-11-301-21/+66
* drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-302-0/+16
* drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-302-28/+54
* drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon2018-11-301-3/+6
* Merge v4.20-rc4 into drm-nextDave Airlie2018-11-292-2/+19
|\
| * drm/vc4: Set ->legacy_cursor_update to false when doing non-async updatesBoris Brezillon2018-11-151-0/+6
| * drm/vc4: Fix NULL pointer dereference in the async update pathBoris Brezillon2018-11-151-2/+13
* | drm/vc4: Prefer PPF over TPZ when dst >= 2/3 srcBoris Brezillon2018-11-091-4/+4
* | drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONEBoris Brezillon2018-11-091-5/+7
* | dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-1/+1
* | drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon2018-10-241-0/+1
* | drm/vc4: Fix X/Y positioning of planes using T_TILES modifierBoris Brezillon2018-10-241-7/+43
* | drm/vc4: Move ->offsets[] adjustment out of setup_clipping_and_scaling()Boris Brezillon2018-10-241-10/+16
* | drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logicBoris Brezillon2018-10-241-50/+52
* | drm/vc4: Define missing PITCH0_SINK_PIX fieldEric Anholt2018-10-241-0/+4
* | drm/vc4: Fix TILE_Y_OFFSET definitionsEric Anholt2018-10-241-2/+2
* | drm: add flags to drm_syncobj_find_fenceChunming Zhou2018-10-161-1/+1
* | drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-052-1/+3
|/
* Merge drm/drm-next into drm-misc-nextSean Paul2018-09-271-13/+12Star
|\
| * BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-13/+12Star
| |\
| | * drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon2018-09-101-13/+12Star
* | | drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-252-9/+2Star
|/ /
* | drm: extract drm_atomic_uapi.cDaniel Vetter2018-09-092-0/+2
* | drm: expand replace_fence to support timeline point v2Chunming Zhou2018-09-061-1/+1
* | drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou2018-09-061-1/+1
* | drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1Star
* | Merge drm/drm-next into drm-misc-nextSean Paul2018-08-271-0/+3
|\|
| * Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-1614-84/+749
| |\
| * | drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon2018-07-251-0/+3
* | | drm/vc4: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-081-3/+1Star
| |/ |/|
* | drm/vc4: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-4/+4
* | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-132-2/+2
* | drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* | drm/vc4: Support the case where the DSI device is disabledBoris Brezillon2018-07-101-2/+13
* | drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-076-24/+601