[Prev Page][Next Page]
- [PATCH 2/3] intel/aub: Implement a way to specify the output .aub filename, (continued)
- [pull] drm-intel-fixes for 3.9,
Daniel Vetter
- More fastboot bits,
Jesse Barnes
- [PATCH 01/13] drm/i915: Skip modifying PCH DREF if not changing clock sources, Jesse Barnes
- [PATCH 02/13] drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated, Jesse Barnes
- [PATCH 03/13] drm/i915: Split the framebuffer_info creation into a separate routine, Jesse Barnes
- [PATCH 04/13] drm: add initial_config function to fb helper, Jesse Barnes
- [PATCH 05/13] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon, Jesse Barnes
- [PATCH 06/13] drm/i915: Retrieve the current mode upon KMS takeover, Jesse Barnes
- [PATCH 07/13] drm/i915: Only preserve the BIOS modes if they are the preferred ones, Jesse Barnes
- [PATCH 08/13] drm/i915: Validate that the framebuffer accommodates the current mode, Jesse Barnes
- [PATCH 09/13] drm/i915: fix build in intel_display.c, Jesse Barnes
- [PATCH 10/13] drm/i915: check panel fit status at update_plane time, Jesse Barnes
- [PATCH 11/13] drm/i915: add clock_get for ironlake+, Jesse Barnes
- [PATCH 12/13] drm/i915: treat no fb -> fb as simple flip instead of full mode set, Jesse Barnes
- [PATCH 13/13] drm/i915: check for non-native modes when inheriting a BIOS fb, Jesse Barnes
- More fastboot bits, Imre Deak
- [PATCH v2] drm/i915: Refactor gen2 to gen4 vblank interrupt handling,
ville.syrjala at linux.intel.com
- [PATCH 0/2] drm/i915: gen2-4 page flip fixes,
ville.syrjala at linux.intel.com
- [PATCH] drm/i915: Revert hdmp HDP pin checks,
Daniel Vetter
- [PATCH] drm/i915: remove obsolete obj assignment in page flip,
Mika Kuoppala
- Blog regarding i915 changes in kernel 3.9,
Daniel Vetter
- [PATCH] drm/i915: Vanish some unused 3d commands,
Ben Widawsky
- [PATCH 0/8] Small refactorings v2,
Paulo Zanoni
- [PATCH i-g-t/libdrm] Massasge intel_chipset.h,
ville.syrjala at linux.intel.com
- [PATCH 0/2] drm/i915: Page flip vs. GPU reset fixes,
ville.syrjala at linux.intel.com
- [PATCH] drm/i915: Remove platforms in the preliminary_hw_support description,
Damien Lespiau
- [RFC][PATCH] drm/i915: Fix races in gen4 page flip interrupt handling,
ville.syrjala at linux.intel.com
- [PATCH v2] drm/i915: Eliminate race from gen2/3 page flip interrupt handling, ville.syrjala at linux.intel.com
- [PATCH] drm/i915: Eliminate race from gen2/3 page flip interrupt handling,
ville.syrjala at linux.intel.com
- Updated testing tree,
Daniel Vetter
- VT switchless v3,
Jesse Barnes
- VT switchless resume v2,
Jesse Barnes
- VT switchless resume patches,
Jesse Barnes
- [PATCH] drm: Don't set the plane->fb to NULL on successfull set_plane,
Daniel Vetter
- [PATCH] drm/i915: Fix and clean up RC6 init sequence for Haswell, Rodrigo Vivi
- [PATCH v2] drm/i915: Finish page flips and update primary planes after a GPU reset, ville.syrjala at linux.intel.com
- [PATCH] drm/i915: inverted brightness quirk for Acer Aspire 4736Z,
Daniel Vetter
- [PATCH] pm: provide stubs for PM VT console switch routines,
Jesse Barnes
- [PATCH] drm: don't add inferred modes for monitors that don't support them,
Paulo Zanoni
- [PATCH i-g-t 1/2] kms_flip: Split the "no events" logic into a separate flag,
ville.syrjala at linux.intel.com
- [PATCH 0/3] drm/i915: More page flip vs. reset improvements,
ville.syrjala at linux.intel.com
- linux-next: build failure after merge of the drm-intel tree,
Stephen Rothwell
- [PATCH] drm/i915: Print the hw context status is debugfs,
Ben Widawsky
- [PATCH v2] drm/i915: Fix PIPE_CONTROL DW/QW write through global GTT on IVB+,
ville.syrjala at linux.intel.com
- [PATCH] drm/i915: Use HAS_L3_GPU_CACHE in i915_gem_l3_remap,
Daniel Vetter
- [PATCH] render/gen7: Don't use a message register to store vl,
Damien Lespiau
- Including drm-intel tree to linux-next,
Daniel Vetter
- Message not available
[PATCH] drm/i915: clarify logging about reasons for disabling FBC,
Jani Nikula
[PATCH] drm/i915: add missing \n to UTS_RELEASE in the error_state,
Jani Nikula
[PATCH] drm/i915: add \n to the end of sysfs attributes,
Jani Nikula
[pull] fb helper cleanups, Daniel Vetter
[PATCH] drm/i915: Set i9xx lvds clock limits according to specifications,
Patrik Jakobsson
[PATCH] drm/i915: don't clflush gem objects in stolen memory,
Imre Deak
[PATCH] drm/i915: Wait for pending flips to complete before tearing down the encoders,
Chris Wilson
"Quick" mode,
Damien Lespiau
[PATCH] drm/i915: Fix a typo in a intel_modeset_stage_output_state() comment,
Damien Lespiau
[PATCH 00/19] [RFC] introduce struct intel_pipe_config,
Daniel Vetter
- [PATCH 01/19] drm/i915: introduce struct intel_crtc_config, Daniel Vetter
- [PATCH 02/19] drm/i915: compute pipe_config earlier, Daniel Vetter
- [PATCH 03/19] drm/i915: add pipe_config->timings_set, Daniel Vetter
- [PATCH 04/19] drm/i915: add pipe_config->pixel_multiplier, Daniel Vetter
- [PATCH 05/19] drm/i915: add pipe_config->has_pch_encoder, Daniel Vetter
- [PATCH 06/19] drm/i915: clear up the fdi/dp set_m_n confusion, Daniel Vetter
- [PATCH 07/19] drm/i915: move pipe bpp computation to pipe_config, Daniel Vetter
- [PATCH 08/19] drm/i915: clean up plane bpp confusion, Daniel Vetter
- [PATCH 09/19] drm/i915: clean up pipe bpp confusion, Daniel Vetter
- [PATCH 10/19] drm/i915: move dp_m_n computation to dp_encoder->compute_config, Daniel Vetter
- [PATCH 11/19] drm/i915: track dp target_clock in pipe_config, Daniel Vetter
- [PATCH 12/19] drm/i915: rip out superflous is_dp&is_cpu_edp tracking, Daniel Vetter
- [PATCH 13/19] drm/i915: add hw state readout/checking for pipe_config, Daniel Vetter
- [PATCH 14/19] drm/i915: hw readout support for ->has_pch_encoders, Daniel Vetter
- [PATCH 15/19] drm/i915: gen2 has no tv out support, Daniel Vetter
- [PATCH 16/19] drm/i915: create pipe_config->dpll for clock state, Daniel Vetter
- [PATCH 17/19] drm/i915: move dp clock computations to encoder->compute_config, Daniel Vetter
- [PATCH 18/19] drm/i915: add pipe_config->limited_color_range, Daniel Vetter
- [PATCH 19/19] drm/i915: use pipe_config for lvds dithering, Daniel Vetter
- [PATCH 00/19] [RFC] introduce struct intel_pipe_config, Chris Wilson
- [PATCH 00/19] [RFC] introduce struct intel_pipe_config, Jesse Barnes
drm-intel-nightly: [drm] Wrong MCH_SSKPD value: 0x16040307,
Sedat Dilek
[PATCH] drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK,
Chris Wilson
[PATCH 1/2] drm/i915: Print the pipe control page GTT address,
ville.syrjala at linux.intel.com
[PATCH] drm/i915: move LVDS support check to output setup,
Jani Nikula
[PATCH 0/3] some locking clarifications,
Daniel Vetter
[PATCH i-g-t] tests: Forbid to run the blit tests with count of 1, Damien Lespiau
[PATCH] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl,
Chris Wilson
[PATCH] pm: provide stubs for PM VT console switch routines, Jesse Barnes
[PATCH] drm/i915/ctx: Remove bad invariant,
Ben Widawsky
[PATCH] drm/i915: Read the Base of Stolen Memory for 915gm,
Chris Wilson
[PATCH] intel_chipset: Merge igt chipsets,
Ben Widawsky
[ANNOUNCE] xf86-video-intel 2.21.2, Chris Wilson
[ANNOUNCE] xf86-video-intel 2.21.1, Chris Wilson
[PATCH 0/4] drm/i915: handle compact dma scatter lists,
Imre Deak
[PATCH] drm/i915: Fix sprite_scaling_enabled for multiple sprites,
ville.syrjala at linux.intel.com
i915 PCH backlight vs. Dell XPS13,
Daniel Vetter
[PATCH intel-gpu-tools 1/2] Put -I m4 in ACLOCAL_AMFLAGS so ./autogen.sh just works,
Matt Turner
[PATCH 00/10] Display error reporting,
Paulo Zanoni
- [PATCH 01/10] drm/i915: drm/i915: create macros for the "unclaimed register" checks, Paulo Zanoni
- [PATCH 02/10] drm/i915: use FPGA_DBG for the "unclaimed register" checks, Paulo Zanoni
- [PATCH 03/10] drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver init, Paulo Zanoni
- [PATCH 04/10] drm/i915: add ibx_irq_postinstall, Paulo Zanoni
- [PATCH 05/10] drm/i915: also disable south interrupts when handling them, Paulo Zanoni
- [PATCH 06/10] drm/i915: print PCH poison interrupts, Paulo Zanoni
- [PATCH 07/10] drm/i915: print Gen5+ CPU poison interrupts, Paulo Zanoni
- [PATCH 08/10] drm/i915: print PCH FIFO underrun interrupts, Paulo Zanoni
- [PATCH 09/10] drm/i915: print CPU FIFO underruns, Paulo Zanoni
- [PATCH 10/10] drm/i915: also POSTING_READ(DEIER) on ivybridge_irq_handler, Paulo Zanoni
[PATCH] drm/i915: Fix gen2 mappable calculations,
Ben Widawsky
[PATCH] drm/i915: Extract ring init from hw_init,
Ben Widawsky
[PATCH 1/2] drm/i915: disable shared panel fitter for pipe,
Mika Kuoppala
ERROR: "pm_vt_switch_unregister" [drivers/video/fb.ko] undefined!,
Daniel Vetter
[PATCH] drm/i915: Clarify HW context size logic,
Ben Widawsky
[PATCH 01/12] configure.ac: slightly more standard --disable-tests,
Ben Widawsky
- [PATCH 02/12] configure.ac: Move prime stuff to where it belongs, Ben Widawsky
- [PATCH 03/12] quick_dump: A dump utility different than reg_dumper, Ben Widawsky
- [PATCH 04/12] quick_dump: gen6 support, Ben Widawsky
- [PATCH 05/12] quick_dump: gen7 support, Ben Widawsky
- [PATCH 06/12] quick_dump: vlv support, Ben Widawsky
- [PATCH 07/12] configure.ac: Add swig dependency, Ben Widawsky
- [PATCH 08/12] quick_dump: SWIG chipset interface, Ben Widawsky
- [PATCH 09/12] quick_dump: Connect libpciaccess and other utils, Ben Widawsky
- [PATCH 10/12] quick_dump: Use the register access library, Ben Widawsky
- [PATCH 11/12] quick_dump: Give dumper an AM_CONDITIONAL, Ben Widawsky
- [PATCH 12/12] README: Add quick_dump info, Ben Widawsky
- [PATCH 01/12] configure.ac: slightly more standard --disable-tests, Paul Menzel
[PATCH] drm/i915: implement MCH pipe underrun prevention for snb/ivb,
Daniel Vetter
[PATCH] drm/i915: unify HDMI/DP hpd definitions,
Daniel Vetter
[PATCH] drm/i915: After hibernation, discard the unbound list,
Chris Wilson
[Alsa-user] intel-hda: sound via HDMI only when using interlaced modes,
David Härdeman
ZaphodHeads with intel X driver,
Kamble, Nitin A
[PATCH 1/8] drm/i915: Skip modifying PCH DREF if not changing clock sources,
Chris Wilson
- [PATCH 2/8] drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated, Chris Wilson
- [PATCH 3/8] drm/i915: Split the framebuffer_info creation into a separate routine, Chris Wilson
- [PATCH 4/8] drm: add initial_config function to fb helper, Chris Wilson
- [PATCH 5/8] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon, Chris Wilson
- [PATCH 6/8] drm/i915: Retrieve the current mode upon KMS takeover, Chris Wilson
- [PATCH 7/8] drm/i915: Only preserve the BIOS modes if they are the preferred ones, Chris Wilson
- [PATCH 8/8] drm/i915: Validate that the framebuffer accommodates the current mode, Chris Wilson
- [PATCH 1/8] drm/i915: Skip modifying PCH DREF if not changing clock sources, Daniel Vetter
- [PATCH 1/8] drm/i915: Skip modifying PCH DREF if not changing clock sources, Paulo Zanoni
- [PATCH 1/8] drm/i915: Skip modifying PCH DREF if not changing clock sources, Imre Deak
[PATCH] drm/i915: write backlight harder,
Daniel Vetter
[PATCH] NEWS: Fix a typo: a*n* inadvertent,
Paul Menzel
[PATCH 1/2] drm/i915: Restore GTT domain tracking of unbound objects upon resume,
Chris Wilson
[QA 02/05] Testing report for `drm-intel-testing` (was: Updated -next), Sun, Yi
[PATCH] Build: Add --disable-tests configure flag to avoid tests build.,
Rodrigo Vivi
Sync the assembler with Mesa's opcode emission code,
Damien Lespiau
- [PATCH 01/90] build: Add CAIRO_FLAGS to the debugger compilation, Damien Lespiau
- [PATCH 02/90] gitignore: Ignore TAGS files, Damien Lespiau
- [PATCH 03/90] build: Don't use AM_MAINTAINER_MODE, Damien Lespiau
- [PATCH 04/90] build: Only build the assembler if flex and bison are found, Damien Lespiau
- [PATCH 05/90] build: Add the debugger compilation status to the summary, Damien Lespiau
- [PATCH 06/90] assembler: Sync brw_instruction's header with mesa's, Damien Lespiau
- [PATCH 07/90] assembler: Rename three_src_gen6 to da3src, Damien Lespiau
- [PATCH 08/90] assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache, Damien Lespiau
- [PATCH 09/90] assembler: Rename dp_gen6 to gen6_dp and sync with Mesa's, Damien Lespiau
- [PATCH 10/90] assembler: Rename dp_gen7 to gen7_dp and sync it with Mesa's, Damien Lespiau
- [PATCH 11/90] assembler: Remove struct dp_write_gen6 and struct use gen6_dp, Damien Lespiau
- [PATCH 12/90] assembler: Rename gen5 DP pixel_scoreboard_clear to last_render_target, Damien Lespiau
- [PATCH 13/90] assembler: Rename branch to branch_gen6, Damien Lespiau
- [PATCH 14/90] assembler: Rename branch_2_offset to break_cont, Damien Lespiau
- [PATCH 15/90] assembler: Rename bits3.id and bits3.fd, Damien Lespiau
- [PATCH 16/90] assembler: Adopt brw_structs.h from mesa, Damien Lespiau
- [PATCH 17/90] assembler: Remove trailing white spaces from brw_structs.h, Damien Lespiau
- [PATCH 18/90] assembler: Adopt enum brw_message_target from mesa, Damien Lespiau
- [PATCH 19/90] assembler: Rename BRW_ACCWRCTRL_ACCWRCTRL, Damien Lespiau
- [PATCH 20/90] assembler: Import brw_defines.h from Mesa, Damien Lespiau
- [PATCH 21/90] assembler: Remove trailing white space from brw_defines.h, Damien Lespiau
- [PATCH 22/90] assembler: Update the disassembler code, Damien Lespiau
- [PATCH 23/90] assembler: Import ralloc from Mesa, Damien Lespiau
- [PATCH 24/90] assembler: Remove white space from brw_eu.h, Damien Lespiau
- [PATCH 25/90] assembler: Introduce struct brw_context, Damien Lespiau
- [PATCH 26/90] assembler: Make an libbrw library, Damien Lespiau
- [PATCH 27/90] assembler: Protect gen4asm.h from multiple inclusions, Damien Lespiau
- [PATCH 28/90] assembler: Import brw_eu_compact.c, Damien Lespiau
- [PATCH 29/90] assembler: Import brw_eu.c, Damien Lespiau
- [PATCH 30/90] assembler: Don't use -Wpointer-arith, Damien Lespiau
- [PATCH 31/90] assembler: Import brw_eu_emit.c, Damien Lespiau
- [PATCH 32/90] assembler: Use BRW_WRITEMASK_XYZW instead of the 0xf constant, Damien Lespiau
- [PATCH 33/90] assembler: Remove the writemask_set field of struct dest_operand, Damien Lespiau
- [PATCH 34/90] assembler: Use subreg_nr to store the address register subreg, Damien Lespiau
- [PATCH 35/90] assembler: Simplify get_subreg_address(), Damien Lespiau
- [PATCH 36/90] assembler: Make print_instruction() take an instruction, Damien Lespiau
- [PATCH 37/90] assembler: Refactor the code adding instructions and labels, Damien Lespiau
- [PATCH 38/90] assembler: Make explicit that labels are part of the instructions list, Damien Lespiau
- [PATCH 39/90] assembler: Don't change the size of opcodes!, Damien Lespiau
- [PATCH 40/90] assembler: Make sure nobody adds a field back to struct brw_instruction, Damien Lespiau
- [PATCH 41/90] assembler: Don't expose functions only used in main.c, Damien Lespiau
- [PATCH 42/90] assembler: Make struct declared_register use struct brw_reg, Damien Lespiau
- [PATCH 43/90] assembler: Replace struct direct_reg by struct brw_reg, Damien Lespiau
- [PATCH 44/90] assembler: Replace struct indirect_reg by struct brw_reg, Damien Lespiau
- [PATCH 45/90] assembler: Unify the direct and indirect register type, Damien Lespiau
- [PATCH 46/90] assembler: Replace struct dst_operand by struct brw_reg, Damien Lespiau
- [PATCH 47/90] assembler: Consolidate the swizzling configuration on 8 bits, Damien Lespiau
- [PATCH 48/90] assembler: Get rid of src operand's swizzle_set, Damien Lespiau
- [PATCH 49/90] assembler: Use brw_reg in the source operand, Damien Lespiau
- [PATCH 50/90] assembler: Factor out the destination register validation, Damien Lespiau
- [PATCH 51/90] assembler: Use brw_set_dest() to encode the destination, Damien Lespiau
- [PATCH 52/90] assembler: Factor out the source register validation, Damien Lespiau
- [PATCH 53/90] assembler: ExecSize can be as big as 32 channels, Damien Lespiau
- [PATCH 54/90] assembler: Fix comparisons between reg.type and Architecture registers, Damien Lespiau
- [PATCH 55/90] assembler: Store immediate values in reg.dw1.ud, Damien Lespiau
- [PATCH 56/90] assembler: Don't warn if identical declared registers are redefined, Damien Lespiau
- [PATCH 57/90] assembler: Add location support, Damien Lespiau
- [PATCH 58/90] assembler: Add error() and warn() shorthands and use them in set_src[01], Damien Lespiau
- [PATCH 59/90] assembler: Add a check for when width is 1 and hstride is not 0, Damien Lespiau
- [PATCH 60/90] assembler: Add a check for when ExecSize and width are 1, Damien Lespiau
- [PATCH 61/90] assembler: Add the input filename to the error/warning messages, Damien Lespiau
- [PATCH 62/90] assembler: Use brw_set_src0(), Damien Lespiau
- [PATCH 63/90] assembler: Port the warning and error reporting to warn()/error(), Damien Lespiau
- [PATCH 64/90] assembler: Cleanup visibility of a few global variables/functions, Damien Lespiau
- [PATCH 65/90] assembler: Fix ')' placement in condition, Damien Lespiau
- [PATCH 66/90] assembler: Implement register-indirect addressing mode in brw_set_src1(), Damien Lespiau
- [PATCH 67/90] assembler: Use brw_set_src1(), Damien Lespiau
- [PATCH 68/90] assembler: Renamed the instruction field to insn, Damien Lespiau
- [PATCH 69/90] assembler: Unify all instructions to be brw_program_instructions, Damien Lespiau
- [PATCH 70/90] assembler: Move struct relocation out of relocatable instructions, Damien Lespiau
- [PATCH 71/90] assembler: Gather all predicate data in its own structure, Damien Lespiau
- [PATCH 72/90] assembler: Unify adding options to the header, Damien Lespiau
- [PATCH 73/90] assembler: Isolate all the options in their own structure, Damien Lespiau
- [PATCH 74/90] assembler: Introduce set_instruction_opcode(), Damien Lespiau
- [PATCH 75/90] assembler: Introduce set_intruction_pred_cond(), Damien Lespiau
- [PATCH 76/90] assembler: Introduce set_instruction_saturate(), Damien Lespiau
- [PATCH 77/90] assembler: Expose setters for 3src operands, Damien Lespiau
- [PATCH 78/90] assembler: Add support for D and UD in 3-src instructions, Damien Lespiau
- [PATCH 79/90] assembler: Use brw_*() functions for 3-src instructions, Damien Lespiau
- [PATCH 80/90] assembler: Don't pollute the library files with gen4asm.h, Damien Lespiau
- [PATCH 81/90] assembler: Put struct opcode_desc back in brw_context.h, Damien Lespiau
- [PATCH 82/90] assembler: Use set_instruction_src1() in send, Damien Lespiau
- [PATCH 83/90] assembler: Finish importing brw_eu_*c from mesa, Damien Lespiau
- [PATCH 84/90] assembler: Merge declared_register's type into the reg structure, Damien Lespiau
- [PATCH 85/90] assembler: Use defines for width, Damien Lespiau
- [PATCH 86/90] assembler: Remove trailing white space, Damien Lespiau
- [PATCH 87/90] assembler: Don't use GL types, Damien Lespiau
- [PATCH 88/90] assembler: Group the header inclusions together, Damien Lespiau
- [PATCH 89/90] assembler: Fix the decoding of the destination horizontal stride, Damien Lespiau
- [PATCH 90/90] assembler: Mark format() as PRINTFLIKE in the disassembler, Damien Lespiau
- Sync the assembler with Mesa's opcode emission code, Damien Lespiau
[RFC] [PATCH 0/7] arb robustness enablers,
Mika Kuoppala
[PATCH 1/3] PM: make VT switching to the suspend console optional v3,
Jesse Barnes
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]