summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Added support for the new device G200eH3Mathieu Larouche2017-01-234-19/+61
* Merge tag 'drm-amdkfd-next-2017-01-16' of git://people.freedesktop.org/~gabba...Dave Airlie2017-01-232-4/+6
|\
| * drm/amdkfd: fix improper return value on errorPan Bian2017-01-161-1/+3
| * amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King2017-01-121-3/+3
* | Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2017-01-2316-479/+440
|\ \
| * | drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIASJarkko Nikula2017-01-041-0/+1
| * | drm/omap: dsi: fix compile errors when enabling debug printsH. Nikolaus Schaller2017-01-041-9/+9
| * | drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2016-12-192-108/+105
| * | drm: Move vblank cleanup from unregister to releaseLaurent Pinchart2016-12-191-2/+2
| * | drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart2016-12-195-8/+7
| * | drm: omapdrm: Remove global variablesLaurent Pinchart2016-12-192-21/+24
| * | drm: omapdrm: Simplify IRQ wait implementationLaurent Pinchart2016-12-192-74/+37
| * | drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart2016-12-193-11/+3
| * | drm: omapdrm: Don't call DISPC power handling in IRQ wait functionsLaurent Pinchart2016-12-191-4/+0
| * | drm: omapdrm: Remove unused parameter from omap_drm_irq handlerLaurent Pinchart2016-12-192-3/+3
| * | drm: omapdrm: Don't expose the omap_irq_(un)register() functionsLaurent Pinchart2016-12-192-22/+5
| * | drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart2016-12-193-47/+37
| * | drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart2016-12-191-11/+22
| * | drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart2016-12-191-8/+15
| * | drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2016-12-193-18/+16
| * | drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart2016-12-192-2/+9
| * | drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart2016-12-191-9/+13
| * | drm: omapdrm: Handle OCP error IRQ directlyLaurent Pinchart2016-12-192-19/+10
| * | drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart2016-12-193-10/+11
| * | drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart2016-12-194-30/+67
| * | drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart2016-12-191-5/+5
| * | drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart2016-12-191-27/+23
| * | drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart2016-12-192-36/+18
| * | drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart2016-12-191-45/+46
| * | drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart2016-12-191-2/+2
* | | Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into ...Dave Airlie2017-01-239-350/+154
|\ \ \ | |_|/ |/| |
| * | drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocacheArvind Yadav2017-01-061-0/+4
| * | drm/sti: remove deprecated sti_vtac.c fileVincent Abriou2017-01-064-226/+0
| * | drm/sti: create fbdev at bindingVincent Abriou2017-01-061-13/+14
| * | drm/sti: update fps debugfs entriesVincent Abriou2017-01-062-5/+14
| * | drm/sti: do not post HQVDP command if no updateFabien DESSENNE2017-01-061-0/+15
| * | drm/sti: load XP70 firmware only onceFabien DESSENNE2017-01-061-2/+6
| * | drm/sti: allow audio playback on HDMI even if disabled.Arnaud Pouliquen2017-01-061-104/+101
| |/
* | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-1096-417/+448
|\ \
| * | drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-0911-12/+12
| * | drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-0932-69/+38
| * | drm: add more document for drm_crtc_from_index()Shawn Guo2017-01-092-2/+5
| * | drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2017-01-092-5/+4
| * | drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard2017-01-061-0/+2
| * | drm: allow to use mmuless SoCBenjamin Gaignard2017-01-062-2/+73
| * | drm: compile drm_vm.c only when neededBenjamin Gaignard2017-01-064-1/+15
| * | drm: crc: Wait for a frame before returning from open()Tomeu Vizoso2017-01-051-6/+17
| * | drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso2017-01-051-2/+7
| * | drm/imx: imx-tve: Remove unused variableFabio Estevam2017-01-051-8/+3
| * | Revert "drm: nouveau: fix build when LEDS_CLASS=m"Daniel Vetter2017-01-051-1/+0
OpenPOWER on IntegriCloud