summaryrefslogtreecommitdiffstats
path: root/drivers/staging/imx-drm/imx-drm-core.c
Commit message (Expand)AuthorAgeFilesLines
* drm: imx: Move imx-drm driver out of stagingPhilipp Zabel2014-11-261-705/+0
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-141-0/+1
|\
| * drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* | imx-drm: imx-drm-core: add basic suspend/resume supportShawn Guo2014-09-231-0/+33
* | staging: imx-drm: fix a blank line coding style issueQuentin Lambert2014-08-161-0/+2
* | imx-drm: imx-drm-core: delete unneeded test before of_node_putJulia Lawall2014-08-161-2/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-071-3/+3
|\
| * Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-081-1/+1
| * drm: drop redundant drm_file->is_masterDavid Herrmann2014-08-051-1/+1
| * drm: add register and unregister functions for connectorsThomas Wood2014-06-191-3/+3
* | imx-drm: update to use component match supportRussell King2014-07-041-53/+4
|/
* Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-1/+6
|\
| * imx-drm: imx-drm-core: skip components whose parent device is disabledShawn Guo2014-04-191-0/+5
| * imx-drm: imx-drm-core: fix imx_drm_encoder_get_mux_idPhilipp Zabel2014-04-191-1/+1
* | staging: imx-drm-core: replace drm_get_connector_name() with direct name fiel...Jani Nikula2014-06-041-1/+1
* | drm: make mode_valid callback optionalAndrzej Hajda2014-04-221-7/+0
|/
* Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm i...Greg Kroah-Hartman2014-03-071-64/+153
|\
| * staging: imx-drm-core: use of_graph_parse_endpointPhilipp Zabel2014-03-071-4/+4
| * staging: imx-drm-core: Use OF graph to find components and connections betwee...Philipp Zabel2014-03-071-64/+153
* | imx-drm: imx-drm-core: Staticize imx_drm_find_crtc()Fabio Estevam2014-02-271-1/+1
|/
* imx-drm: imx-drm-core: add core hotplug connector supportRussell King2014-02-241-4/+17
* imx-drm: imx-drm-core: various cleanupsRussell King2014-02-241-30/+17
* imx-drm: imx-drm-core: move allocation of imxdrm device to driver load functionRussell King2014-02-241-41/+6
* imx-drm: imx-drm-core: kill off mutexRussell King2014-02-241-23/+3
* imx-drm: imx-drm-core: get rid of drm_mode_group_init_legacy_group()Russell King2014-02-241-6/+0
* imx-drm: imx-drm-core: remove imx_drm_connector and imx_drm_encoder codeRussell King2014-02-241-370/+1
* imx-drm: imx-drm-core: provide common connector and encoder cleanup functionsRussell King2014-02-241-0/+13
* imx-drm: imx-drm-core: provide helper function to parse possible crtcsRussell King2014-02-241-0/+66
* imx-drm: use supplied drm_device where possibleRussell King2014-02-241-29/+5
* imx-drm: remove imx-fb.cRussell King2014-02-241-1/+15
* imx-drm: remove separate imx-fbdevRussell King2014-02-241-12/+31
* imx-drm: delay publishing sysfs connector entriesRussell King2014-02-241-1/+21
* imx-drm: convert to componentised device supportRussell King2014-02-241-20/+85
* imx-drm: simplify setup of panel formatRussell King2014-02-241-10/+8
* imx-drm: provide common connector mode validation functionRussell King2014-02-241-0/+7
* imx-drm: imx-drm-core: use array instead of list for CRTCsRussell King2014-02-241-34/+23
* imx-drm: imx-drm-core: sanitise imx_drm_encoder_get_mux_id()Russell King2014-02-241-11/+6
* imx-drm: imx-drm-core: merge imx_drm_crtc_register() into imx_drm_add_crtc()Russell King2014-02-051-24/+9
* imx-drm: imx-drm-core: avoid going the long route round for drm_deviceRussell King2014-02-051-8/+8
* imx-drm: imx-drm-core: use the crtc drm device for vblankRussell King2014-02-051-3/+3
* Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-241-11/+29
|\
| * imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc()Russell King2013-12-171-0/+9
| * imx-drm: imx-drm-core: make imx_drm_crtc_register() saferRussell King2013-12-171-2/+3
| * imx-drm: imx-drm-core: use defined constant for number of CRTCs.Russell King2013-12-171-2/+2
| * imx-drm: imx-drm-core: fix DRM cleanup pathsRussell King2013-12-171-6/+14
| * imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()Russell King2013-12-171-0/+1
* | Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-021-0/+1
|\ \ | |/
| * staging: imx-drm: Fix modular build of DRM_IMX_IPUV3Josh Boyer2013-11-251-0/+1
* | Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-221-1/+3
|\ \ | |/ |/|
OpenPOWER on IntegriCloud