summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter2021-01-0710-112/+131
|\
| * drm: rcar-du: Fix leak of CMM platform device referenceLaurent Pinchart2021-01-051-3/+19
| * drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_...Wang Xiaojun2021-01-051-4/+4
| * drm: rcar-du: Drop local encoder variableLaurent Pinchart2021-01-052-6/+2
| * drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link modeLaurent Pinchart2021-01-051-34/+25
| * drm: rcar-du: Replace dev_private with container_ofLaurent Pinchart2021-01-054-7/+10
| * drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart2021-01-058-33/+29
| * drm: rcar-du: Use DRM-managed allocation for encodersLaurent Pinchart2021-01-051-18/+29
| * drm: rcar-du: Use DRM-managed allocation for VSP planesLaurent Pinchart2021-01-051-5/+17
| * drm: rcar-du: Drop unneeded encoder cleanup in error pathLaurent Pinchart2021-01-051-4/+1
| * drm: rcar-du: Release vsp device reference in all error pathsLaurent Pinchart2021-01-051-1/+1
| * drm: rcar-du: Fix crash when using LVDS1 clock for CRTCLaurent Pinchart2021-01-053-12/+9
| * drm: rcar-du: Fix PM reference leak in rcar_cmm_enable()Qinglang Miao2021-01-051-1/+1
* | drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
|/
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+7
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-026-9/+107
|\
| * Merge tag 'du-next-20200922' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2020-09-236-7/+106
| |\
| | * drm: rcar-du: Put reference to VSP deviceLaurent Pinchart2020-09-221-0/+12
| | * drm: rcar-du: Update description for DRM_RCAR_DW_HDMI Kconfig entryLad Prabhakar2020-09-221-2/+2
| | * drm: rcar-du: Fix crash when enabling a non-visible planeLaurent Pinchart2020-09-221-1/+1
| | * drm: rcar-du: Fix pitch handling for fully planar YUV formatsLaurent Pinchart2020-09-222-2/+53
| | * drm: rcar-du: Add r8a77961 supportKuninori Morimoto2020-09-221-0/+1
| | * drm: rcar-du: lvds: Add support for R8A774E1 SoCMarian-Cristian Rotariu2020-09-221-0/+1
| | * drm: rcar-du: Add support for R8A774E1 SoCMarian-Cristian Rotariu2020-09-221-0/+30
| | * drm: rcar-du: lvds: Add r8a7742 supportLad Prabhakar2020-09-151-0/+1
| | * drm: rcar-du: Add r8a7742 supportLad Prabhakar2020-09-151-2/+4
| | * drm: rcar-du: Make DRM_RCAR_WRITEBACK depends on DRM_RCAR_DUQian Cai2020-09-151-0/+1
| * | Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-2/+1
| |\ \ | | |/ | |/|
| | * drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-2/+1
* | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
|/ /
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-0/+1
|\|
| * Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-0/+1
| |\
| | * drm: rcar-du: Fix build errorDaniel Gomez2020-06-211-0/+1
* | | drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-5/+1
|/ /
* | drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-021-5/+1
* | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-292-13/+17
|\ \
| * \ Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-10/+1
| |\ \ | | |/ | |/|
| * | drm: rcar-du: Set primary plane zpos immutably at initializingTomohito Esaki2020-05-142-13/+17
* | | drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart2020-06-231-1/+1
* | | drm: bridge: dw-hdmi: Pass private data pointer to .configure_phy()Laurent Pinchart2020-06-231-2/+1
* | | drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart2020-06-231-1/+2
| |/ |/|
* | drm/rcar-du: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* | drm/rcar-du: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
|/
* drm/rcar-du: Use simple encoderThomas Zimmermann2020-04-021-11/+3
* drm/rcar-du: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-262-2/+3
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-262-3/+10
* drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon2020-01-311-3/+5
* drm/rcar-du: Plug atomic state hooks to the default implementationBoris Brezillon2020-01-311-0/+3