summary refs log tree commit diff
path: root/drivers
AgeCommit message (Expand)Author
2014-12-18drm: add atomic_get_propertyRob Clark
2014-12-18drm: add atomic_set_property wrappersRob Clark
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter
2014-12-17drm: get rid of direct property value accessRob Clark
2014-12-17drm: store property instead of id in obj attachmentRob Clark
2014-12-17drm: allow property validation for refcnted propsRob Clark
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter
2014-12-17drm/atomic-helper: Again check modeset *before* plane statesDaniel Vetter
2014-12-17drm/atomic-helper: Export both plane and modeset check helpersDaniel Vetter
2014-12-17drm/atomic: fix potential null ptr on plane enableRob Clark
2014-12-16drm/info: Remove unused codeThierry Reding
2014-12-16drm/cache: Use wbinvd helpersBen Widawsky
2014-12-15drm: sti: fix module compilation issuebenjamin.gaignard@linaro.org
2014-12-13Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjam...Dave Airlie
2014-12-12Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper
2014-12-11drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes
2014-12-11drm: sti: correctly cleanup CRTC and planesBenjamin Gaignard
2014-12-11drm: sti: add HQVDP planeBenjamin Gaignard
2014-12-11drm: sti: add cursor planeBenjamin Gaignard
2014-12-11drm: sti: enable auxiliary CRTCBenjamin Gaignard
2014-12-11drm: sti: fix delay in VTG programmingBenjamin Gaignard
2014-12-11drm: sti: prepare sti_tvout to support auxiliary crtcBenjamin Gaignard
2014-12-11drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off}Benjamin Gaignard
2014-12-11drm: sti: fix hdmi avi infoframeBenjamin Gaignard
2014-12-11drm: sti: remove event lock while disabling vblankBenjamin Gaignard
2014-12-11drm: sti: simplify gdp codeBenjamin Gaignard
2014-12-11drm: sti: clear all mixer controlBenjamin Gaignard
2014-12-11drm: sti: remove gpio for HDMI hot plug detectionBenjamin Gaignard
2014-12-11drm: sti: allow to change hdmi ddc i2c adapterBenjamin Gaignard
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-12-10drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau
2014-12-10drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau
2014-12-10drm: Prefer sizeof(type) over sizeof typeThierry Reding
2014-12-10drm: Remove useless else blockThierry Reding
2014-12-10drm: Remove unneeded braces for single statement blocksThierry Reding
2014-12-10drm: Do not assign in if conditionThierry Reding
2014-12-10drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding
2014-12-10drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding
2014-12-10drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding
2014-12-10drm/tegra: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/sti: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm/armada: Remove dummy ->load_lut() implementationThierry Reding
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding
2014-12-10drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau
2014-12-10drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter
2014-12-09drm: fix a typo in a commentMartin Peres
2014-12-09drm: fix a word repetition in a commentMartin Peres