summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du (follow)
Commit message (Expand)AuthorAge
* drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart2018-02-16
* drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart2018-02-16
* drm: rcar-du: Fix H/V sync signal polarity configurationKoji Matsuoka2017-08-30
* drm: rcar-du: Fix display timing controller parameterKoji Matsuoka2017-08-30
* drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart2017-08-30
* drm: rcar-du: lvds: Rename PLLEN bit to PLLONLaurent Pinchart2017-08-30
* drm: rcar-du: lvds: Fix PLL frequency-related configurationLaurent Pinchart2017-08-30
* drm: rcar-du: fix backport bugGreg Kroah-Hartman2017-08-11
* drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart2017-08-06
* drm: rcar-du: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-08-06
* drm/rcar: Nuke preclose hookDaniel Vetter2017-08-06
* drm: rcar-du: Add support for the R8A7794 DULaurent Pinchart2015-10-21
* drm: rcar-du: Add support for the R8A7793 DULaurent Pinchart2015-10-21
* drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart2015-10-20
* drm: rcar-du: Enable DU0 to DPAD connection on R8A7791Laurent Pinchart2015-10-20
* drm: rcar-du: Add dependency on OFLaurent Pinchart2015-10-20
* drm: rcar-du: Remove obsolete rcar-du-r8a779x platform_device_id entriesGeert Uytterhoeven2015-10-20
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-07
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-06
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-08
* drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-27
* drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart2015-06-16
* drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart2015-06-16
* drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart2015-06-16
* drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart2015-06-16
* drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart2015-06-16
* drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart2015-06-16
* drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart2015-06-16
* drm: rcar-du: Split planes pre-association 4/4 between CRTCsLaurent Pinchart2015-05-25
* drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart2015-05-25
* drm: rcar-du: Consider plane to CRTC associations in the plane allocatorLaurent Pinchart2015-05-25
* drm: rcar-du: Keep plane to CRTC associations when disabling a planeLaurent Pinchart2015-05-25
* drm: rcar-du: Add plane allocation debuggingLaurent Pinchart2015-05-25
* drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart2015-05-25
* drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart2015-05-25
* drm: rcar-du: Move properties from rcar_du_planes to rcar_du_deviceLaurent Pinchart2015-05-25
* drm: rcar-du: Document the rcar_du_plane_state structureLaurent Pinchart2015-05-25
* drm: rcar-du: Document the rcar_du_crtc structureLaurent Pinchart2015-05-25
* Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2015-04-13
|\
| * drm/rcar-du: use for_each_endpoint_of_node macroPhilipp Zabel2015-04-08
| * of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel2015-02-23
* | drm: rcar-du: Enable the atomic updates APILaurent Pinchart2015-03-19
* | drm: rcar-du: Don't initialize event->pipe fieldLaurent Pinchart2015-03-19
* | drm: rcar-du: Fix framebuffer reference leak through plane stateLaurent Pinchart2015-03-19
* | drm: rcar-du: Fix race condition in hardware plane allocatorLaurent Pinchart2015-03-03
* | drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()Laurent Pinchart2015-03-03
* | drm: rcar-du: Move plane commit code from CRTC start to CRTC resumeLaurent Pinchart2015-03-03
* | drm: rcar-du: Move plane format to plane stateLaurent Pinchart2015-03-03
* | drm: rcar-du: Remove unneeded rcar_du_crtc plane fieldLaurent Pinchart2015-03-03
* | drm: rcar-du: Replace plane crtc and enabled fields by plane stateLaurent Pinchart2015-03-03