summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie1-4/+6
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-4/+6
2012-05-02drm/kms: reduce some messages to debug level (v2)Dave Airlie1-9/+9
2012-04-24drm: Unify and fix idr error handlingVille Syrjälä1-1/+3
2012-04-20drm: Add sanity checks to framebuffer creationVille Syrjälä1-4/+43
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä1-0/+60
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä1-0/+45
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä1-0/+32
2012-04-19drm: fix page_flip error handlingJoonyoung Shim1-4/+6
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie1-0/+1
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie1-3/+14
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä1-1/+0
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä1-23/+72
2012-03-15drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä1-4/+4
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä1-11/+27
2012-03-15drm: Check CRTC viewport against framebuffer sizeVille Syrjälä1-0/+24
2012-03-15drm: Check user mode against overflowsVille Syrjälä1-5/+28
2012-03-15drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä1-0/+9
2012-03-15drm: Make drm_mode_attachmode() voidVille Syrjälä1-11/+5
2012-03-15drm: Check crtc x and y coordinatesVille Syrjälä1-0/+4
2012-03-15drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä1-0/+7
2012-03-15drm: Reject mode set with current fb if no current fb is boundVille Syrjälä1-8/+6
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-40/+29
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-54/+46
2012-02-03drm crtc: Fix locking commentsSascha Hauer1-6/+15
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer1-3/+3
2012-02-03drm crtc: use drm_mode_destroy instead of kfree in drm_mode_removeSascha Hauer1-1/+1
2012-02-03drm crtc: add forgotten idr cleanup functionsSascha Hauer1-0/+3
2012-01-05drm: add support for private planesRob Clark1-5/+17
2012-01-05drm: disconnect plane from fb/crtc when disabledRob Clark1-0/+3
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+7
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-12-20drm: Check that the requested pixel format is validVille Syrjälä1-0/+75
2011-12-20drm: plane: Check that the fb pixel format is supported by the planeVille Syrjälä1-0/+11
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä1-1/+1
2011-12-20drm: plane: Check crtc coordinates against integer overflows in setplane ioctlVille Syrjälä1-0/+12
2011-12-20drm: plane: Check source coordinatesVille Syrjälä1-0/+23
2011-12-20drm: plane: Clear plane.crtc and plane.fb after disable_plane()Ville Syrjälä1-0/+2
2011-12-20drm: Fix __user sparse warningsVille Syrjälä1-15/+15
2011-12-20drm: plane: mutex_unlock() was missingVille Syrjälä1-0/+1
2011-12-06drm: remove some potentially dangerous DRM_ERRORsJesse Barnes1-15/+4
2011-12-01drm: Redefine pixel formatsVille Syrjälä1-15/+42
2011-11-30drm: move the fb bpp/depth helper into the core.Dave Airlie1-0/+41
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang1-0/+4
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-5/+106
2011-11-15drm: add plane support v3Jesse Barnes1-2/+255
2011-11-11drm: Ensure string is null terminated.Vinson Lee1-1/+3
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+6
2011-11-01drm: Introduce "Virtual" connectors and encodersThomas Hellstrom1-2/+6
2011-11-01gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1