summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du
Commit message (Expand)AuthorAgeFilesLines
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-11-168-57/+98
|\
| * drm: rcar-du: Fix LVDS start sequence on Gen3Koji Matsuoka2016-11-151-7/+8
| * drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka2016-11-151-2/+2
| * drm: rcar-du: Fix display timing controller parameterKoji Matsuoka2016-11-151-1/+1
| * drm: rcar-du: Fix dot clock routing configurationLaurent Pinchart2016-11-151-9/+13
| * drm: rcar-du: Add R8A7796 supportLaurent Pinchart2016-11-151-0/+25
| * drm: rcar-du: Add R8A7792 supportSergei Shtylyov2016-11-151-0/+22
| * drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart2016-11-152-20/+17
| * drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart2016-11-141-5/+5
| * drm: rcar-du: Remove memory allocation error messageLaurent Pinchart2016-11-141-3/+1
| * drm: rcar-du: Remove test for impossible error conditionLaurent Pinchart2016-11-141-6/+0
| * drm: rcar-du: Bring HDMI encoder comments in line with the driverLaurent Pinchart2016-11-141-2/+2
| * drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()Laurent Pinchart2016-11-142-2/+2
* | Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-2/+0
|\ \
| * | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* | | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-2/+10
|\ \ \ | |/ / |/| |
| * | drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-2/+10
| |/
* / drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
|/
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm: rcar-du: Link HDMI encoder with bridgeLaurent Pinchart2016-08-081-0/+1
* drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-296-25/+8
* Merge remote-tracking branch 'media_tree/vsp1' into generic-zpos-v8Benjamin Gaignard2016-07-292-20/+27
|\
| * [media] drm: rcar-du: Add Z-order support for VSP planesLaurent Pinchart2016-06-172-3/+10
| * [media] drm: rcar-du: Add alpha support for VSP planesLaurent Pinchart2016-06-171-19/+19
* | Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-271-1/+0
|\ \
| * | drm/rcar-du: make fbdev support really optionalTobias Jakobi2016-07-151-1/+0
* | | Merge branch 'drm_bridge_for_4.8' of https://github.com/boddob/linux into drm...Dave Airlie2016-07-196-207/+22
|\ \ \ | |/ / |/| |
| * | drm: rcar-du: Remove i2c slave encoder interface for hdmi encoderArchit Taneja2016-07-186-207/+22
* | | drm/rcar-du: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
|/ /
* | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2016-06-242-6/+7
|\ \
| * | drm: rcar-du: error message is not needed for EPROBE_DEFERKuninori Morimoto2016-06-201-1/+3
| * | drm: rcar-du: error message is not needed for drm_vblank_init()Kuninori Morimoto2016-06-201-3/+1
| * | rcar-du: add/rename DEFR6 TCON bitsSergei Shtylyov2016-06-201-2/+3
* | | drm: Don't call drm_dev_set_unique from platform driversDaniel Vetter2016-06-211-2/+0
* | | drm/rcar-du: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-5/+0
|/ /
* | drm: rcar-du: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-105-20/+0
* | drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-092-16/+12
|\ \
| * | drm/rcar-du: Use for_each_*_in_stateDaniel Vetter2016-06-022-16/+12
| |/
* / drm/rcar-du: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
|/
* drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter2016-05-172-2/+2
* Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-052-3/+4
|\
| * drm/rcar-du: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
| * drm/rcar-du: Rename async to nonblock.Maarten Lankhorst2016-05-021-2/+3
| * drm: rcar-du: Fix compilation warningLaurent Pinchart2016-04-221-1/+0
* | drm: rcar-du: Fix compilation warningLaurent Pinchart2016-04-241-1/+0
* | drm: rcar-du: Use ARCH_RENESASSimon Horman2016-04-241-1/+1
* | drm: rcar-du: Clarify vsp dependencyArnd Bergmann2016-04-241-1/+1
|/