summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter2014-12-1713-122/+72
|\
| * drm/info: Remove unused codeThierry Reding2014-12-162-25/+0
| * drm/cache: Use wbinvd helpersBen Widawsky2014-12-161-9/+4
| * drm/plane-helper: Test for plane disable earlierMatt Roper2014-12-111-5/+11
| * drm/doc: Document drm_add_modes_noedid() usageLaurent Pinchart2014-12-111-5/+19
| * drm: bit of spell-check / editorializing.Rob Clark2014-12-101-4/+4
| * drm: Prefer sizeof(type) over sizeof typeThierry Reding2014-12-102-10/+10
| * drm: Remove useless else blockThierry Reding2014-12-101-7/+7
| * drm: Remove unneeded braces for single statement blocksThierry Reding2014-12-101-4/+2
| * drm: Do not assign in if conditionThierry Reding2014-12-101-1/+2
| * drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding2014-12-101-5/+5
| * drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding2014-12-101-4/+6
| * drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding2014-12-102-23/+22
| * drm/tegra: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
| * drm/sti: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-6/+0
| * drm/msm: Remove dummy ->load_lut() implementationThierry Reding2014-12-102-10/+0
| * drm/bochs: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
| * drm/armada: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
* | drm: get rid of direct property value accessRob Clark2014-12-172-4/+18
* | drm: store property instead of id in obj attachmentRob Clark2014-12-172-10/+14
* | drm: allow property validation for refcnted propsRob Clark2014-12-171-15/+43
* | drm/atomic: Introduce state->obj backpointersDaniel Vetter2014-12-177-16/+34
* | drm/atomic-helper: Again check modeset *before* plane statesDaniel Vetter2014-12-174-3/+31
* | drm/atomic-helper: Export both plane and modeset check helpersDaniel Vetter2014-12-173-8/+69
* | drm/atomic: fix potential null ptr on plane enableRob Clark2014-12-171-1/+1
* | drm: sti: fix module compilation issuebenjamin.gaignard@linaro.org2014-12-153-0/+4
* | Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjam...Dave Airlie2014-12-1322-135/+1999
|\ \
| * | drm: sti: correctly cleanup CRTC and planesBenjamin Gaignard2014-12-111-1/+5
| * | drm: sti: add HQVDP planeBenjamin Gaignard2014-12-1112-7/+1513
| * | drm: sti: add cursor planeBenjamin Gaignard2014-12-117-3/+273
| * | drm: sti: enable auxiliary CRTCBenjamin Gaignard2014-12-116-17/+44
| * | drm: sti: fix delay in VTG programmingBenjamin Gaignard2014-12-111-3/+28
| * | drm: sti: prepare sti_tvout to support auxiliary crtcBenjamin Gaignard2014-12-111-40/+52
| * | drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off}Benjamin Gaignard2014-12-111-1/+3
| * | drm: sti: fix hdmi avi infoframeBenjamin Gaignard2014-12-111-16/+17
| * | drm: sti: remove event lock while disabling vblankBenjamin Gaignard2014-12-111-4/+0
| * | drm: sti: simplify gdp codeBenjamin Gaignard2014-12-111-19/+20
| * | drm: sti: clear all mixer controlBenjamin Gaignard2014-12-113-0/+12
| * | drm: sti: remove gpio for HDMI hot plug detectionBenjamin Gaignard2014-12-113-13/+5
| * | drm: sti: allow to change hdmi ddc i2c adapterBenjamin Gaignard2014-12-113-13/+29
* | | Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie2014-12-1210-23/+72
|\ \ \ | |/ / |/| |
| * | drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes2014-12-113-0/+10
| * | drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau2014-12-101-2/+2
| * | drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau2014-12-101-9/+9
| * | drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau2014-12-103-8/+23
| * | drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter2014-12-101-1/+5
| * | drm/i915: resume MST after reading back hw stateDave Airlie2014-12-081-1/+2
| * | drm/i915: Handle inaccurate time conversion issuesDaniel Vetter2014-12-051-0/+10
| * | drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2014-12-053-1/+8
| * | drm/i915: don't always do full mode sets when infoframes are enabledJesse Barnes2014-12-051-4/+6
OpenPOWER on IntegriCloud