summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+12
|\
| * BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-13/+12
| |\
| | * drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon2018-09-101-13/+12
* | | drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-252-9/+2
|/ /
* | 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/+1
* | 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-1514-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/+1
| |/ |/|
* | 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
* | drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit pathBoris Brezillon2018-07-071-0/+2
* | drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()Boris Brezillon2018-07-071-10/+1
* | drm/vc4: Remove unecessary dma_fence_opsDaniel Vetter2018-07-031-8/+0
* | drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* | drm/vc4: Use drm_crtc_mask()Ville Syrjälä2018-07-021-3/+3
* | drm/vc4: Make DSI call into the bridge after the DSI link is enabled.Eric Anholt2018-06-291-15/+27
* | Merge tag 'drm-misc-next-2018-06-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-282-2/+3
|\ \
| * | gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder2018-06-212-2/+3
* | | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-223-13/+92
|\| | | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-204-5/+69
| |\
| | * Merge tag 'drm-misc-next-fixes-2018-05-31' of git://anongit.freedesktop.org/d...Dave Airlie2018-06-081-0/+1
| | |\
| | | * drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt2018-05-301-0/+1
| * | | drm/vc4: Always obey implicit syncDaniel Vetter2018-06-201-4/+7
| * | | drm/vc4: Stop updating plane->fb/crtcVille Syrjälä2018-06-111-3/+0
| * | | drm/vc4: Add support for SAND modifier.Dave Stevenson2018-05-312-7/+83
| * | | drm/vc4: Add missing formats to vc4_format_mod_supported().Eric Anholt2018-05-311-0/+2
| * | | drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard2018-05-171-0/+1
* | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | | | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-0610-134/+530
|\ \ \ \ | | |/ / | |/| |
| * | | Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-182-4/+23
| |\ \ \ | | |_|/ | |/| |
| * | | Merge tag 'drm-misc-next-2018-05-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-05-155-6/+63
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-113-32/+18
| | |\ \