aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-20drm/exynos: don't disable unused functions at initGustavo Padovan1-3/+0
2015-06-20drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan2-67/+42
2015-06-20drm/exynos: atomic phase 3: convert page flipsGustavo Padovan2-63/+25
2015-06-20drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2-15/+1
2015-06-20drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2-2/+5
2015-06-20drm/exynos: atomic phase 2: keep track of framebuffer pointerGustavo Padovan1-0/+3
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan10-0/+39
2015-06-20drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim3-9/+10
2015-06-20drm/exynos: atomic phase 1: add .mode_set_nofb() callbackGustavo Padovan1-56/+7
2015-06-20drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan1-13/+19
2015-06-20drm/exynos: atomic phase 1: use drm_plane_helper_update()Gustavo Padovan3-26/+47
2015-06-20drm/exynos: fix source data argument for planeJoonyoung Shim1-3/+4
2015-06-19drm: Avoid the double clflush on the last cache line in drm_clflush_virt_range()Chris Wilson1-2/+3
2015-06-19drm/atomic: Extract needs_modeset functionDaniel Vetter3-13/+12
2015-06-17drm/i915: Don't set enabled value of all CRTCs when restoring the modeAnder Conselvan de Oliveira1-17/+10
2015-06-17drm/i915: Don't update staged config during force restore modesetsAnder Conselvan de Oliveira1-5/+3
2015-06-17drm/i915: Don't check modeset state in the hw state force restore pathAnder Conselvan de Oliveira1-9/+12
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter1-3/+3
2015-06-16drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart1-3/+9
2015-06-16drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart1-2/+5
2015-06-16drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart4-6/+7
2015-06-16drm: rcar-du: Disable all planes when stopping the CRTCLaurent Pinchart1-0/+13
2015-06-16drm: rcar-du: Print the error value when DRM/KMS init failsLaurent Pinchart1-1/+1
2015-06-16virtio-gpu: add locking for vbuf poolDave Airlie2-0/+8
2015-06-16drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie3-1/+6
2015-06-16Add virtio-vga bits.Gerd Hoffmann1-20/+24
2015-06-16drm/radeon: remove obsolete kfd_bo from radeon_deviceOded Gabbay1-1/+0
2015-06-15drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez1-0/+7
2015-06-15drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2-47/+96
2015-06-15drm/i915: Fix command parser to validate multiple register access with the same command.Francisco Jerez2-31/+48
2015-06-15drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä1-3/+0
2015-06-15drm/cma: Fix 64-bit size_t build warningsMagnus Damm1-2/+2
2015-06-15Documentation/drm: Update rotation propertySonika Jindal1-23/+18
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen3-76/+70
2015-06-12drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen1-21/+14
2015-06-12drm: omapdrm: add lock for fb pinningTomi Valkeinen1-1/+18
2015-06-12drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen1-1/+3
2015-06-12drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen1-27/+17
2015-06-12drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen1-9/+4
2015-06-12drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart3-22/+1
2015-06-12drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart3-89/+34
2015-06-12drm: omapdrm: Simplify DSS power managementLaurent Pinchart2-11/+4
2015-06-12drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart3-29/+39
2015-06-12drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart1-1/+0
2015-06-12drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart1-4/+0
2015-06-12drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2-2/+1