summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2013-04-05drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang1-0/+2
2012-07-03drm: Add drm_mode_copy()Ville Syrjälä1-0/+1
2012-07-03drm: Use a flexible array member for blob property dataVille Syrjälä1-1/+1
2012-07-03drm: Handle drm_object_get() failuresVille Syrjälä1-11/+11
2012-07-03drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä1-1/+1
2012-07-03drm: Change drm_display_mode::type to unsignedVille Syrjälä1-1/+1
2012-07-03gfx: pvr: check the size of SGX_READ_HWPERF IOCTL parametersImre Deak1-1/+1
2012-07-03MUST_REVERT: Avoid calling mode set for MIPI during HDMI hotplug.Hu Tiger Chen1-0/+2
2012-07-03pvr: increase source sync object limitHaitao Huang1-1/+1
2012-07-03MUST_REVERT: drm: psb: Added gralloc buffer support for videoNaeem M. Afzal1-0/+6
2012-07-03Revert "drm: Protect drm/drm_os_linux.h inclusion with #ifdef"Jani Nikula1-5/+0
2012-07-03gfx: drm: ttm: add support for non-swappable buffersImre Deak1-0/+4
2012-07-03drm: Install drm_fourcc.hVille Syrjälä1-0/+1
2012-07-03drm: Add drm_chroma_phase_offsets() utility functionVille Syrjälä1-0/+3
2012-07-03drm: plane: Add plane options ioctlVille Syrjälä4-0/+174
2012-07-03drm: Add drm_calc_{hscale, vscale}() utility functionsVille Syrjälä1-0/+4
2012-07-03drm: Add struct drm_region and assorted utility functionsVille Syrjälä1-0/+24
2012-07-03drm: Add drm_framebuffer_check() utility functionVille Syrjälä1-0/+2
2012-07-03drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä1-0/+2
2012-07-03drm: Add drm_format_plane_cpp() utility functionVille Syrjälä1-0/+1
2012-07-03drm: Add drm_format_num_planes() utility functionVille Syrjälä1-0/+3
2012-07-03drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+2
2012-07-03drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä1-1/+1
2012-07-03drm: fourcc: Use __u32 instead of u32Ville Syrjälä1-2/+2
2012-07-03drm: Redefine pixel formatsVille Syrjälä1-27/+86
2012-07-03drm: Add a missing ')'Ville Syrjälä1-1/+1
2012-07-03drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes5-3/+101
2012-07-03drm: add plane support v3Jesse Barnes3-1/+114
2012-07-03gfx: pvr: add header to track the ABI versionImre Deak1-0/+7
2012-07-03PVR driverJustin Dou1-0/+5
2012-04-06graphics: Fix the memory leak when android restartliu chuansheng1-0/+2
2012-02-29Graphic: Critical Klocwork issues for ICS kernelluliuhui1-0/+1
2011-11-09Removed video decode and encode through kernel config for 3.0 portJim Bish1-0/+1
2011-08-15drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl defineOle Henrik Jahren1-1/+1
2011-08-15drm: Separate EDID Header Check from EDID Block CheckThomas Reim1-0/+1
2011-07-15drm/radeon/kms: add new NI pci idsAlex Deucher1-0/+2
2011-06-16drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie1-0/+2
2011-06-07Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+11
2011-06-02drm/radeon/kms: add llano pci idsAlex Deucher1-0/+11
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-32/+69
2011-05-20drm/dp: add some new DP regs for DP 1.2Alex Deucher1-0/+5
2011-05-16drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson1-1/+1
2011-05-16Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie2-0/+6
2011-05-09drm: mm: fix debug outputDaniel Vetter1-1/+1
2011-05-04drm/radeon/kms: fix gart setup on fusion parts (v2)Alex Deucher1-0/+1
2011-05-04drm/radeon/kms: add some new pci idsAlex Deucher1-0/+5
2011-04-28drm: Export the command-line mode parserChris Wilson2-15/+26
2011-04-28drm: Verify debug message argumentsJoe Perches1-1/+2
2011-04-28drm: Create and use drm_errJoe Perches1-14/+7
2011-04-28drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson1-1/+1